paper-with-me

홈 › Papers

LLMMaps -- A Visual Metaphor for Stratified Evaluation of Large Language Models

2023-04-02 · Patrik Puchert, Poonam Poonam, Christian van Onzenoodt, Timo Ropinski

Large Language Models (LLMs) have revolutionized natural language processing and demonstrated impressive capabilities in various tasks. Unfortunately, they are prone to hallucinations, where the model exposes incorrect or false information in its responses, which renders diligent evaluation approaches mandatory. While LLM performance in specific knowledge fields is often evaluated based on question and answer (Q&A) datasets, such evaluations usually report only a single accuracy number for the dataset, which often covers an entire field. This field-based evaluation, is problematic with respect to transparency and model improvement. A stratified evaluation could instead reveal subfields, where hallucinations are more likely to occur and thus help to better assess LLMs' risks and guide their further development. To support such stratified evaluations, we propose LLMMaps as a novel visualization technique that enables users to evaluate LLMs' performance with respect to Q&A datasets. LLMMaps provide detailed insights into LLMs' knowledge capabilities in different subfields, by transforming Q&A datasets as well as LLM responses into an internal knowledge structure. An extension for comparative visualization furthermore, allows for the detailed comparison of multiple LLMs. To assess LLMMaps we use them to conduct a comparative analysis of several state-of-the-art LLMs, such as BLOOM, GPT-2, GPT-3, ChatGPT and LLaMa-13B, as well as two qualitative user evaluations. All necessary source code and data for generating LLMMaps to be used in scientific publications and elsewhere is available on GitHub: https://github.com/viscom-ulm/LLMMaps

📄 PDF Abstract BibTeX arXiv:2304.00457

Code (1)

viscom-ulm/llmmaps 공식 구현

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Multi-Head Attention 설명 없음
Attention 설명 없음
BLOOM BLOOM is a decoder-only Transformer language model that was trained on the ROOTS corpus, a dataset comprising hundreds of sources in 46 natural and 13 programming languages…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Enhancing Trust in LLMs: Algorithms for Comparing and Interpreting LLMs

2024-06-04 · Nik Bear Brown

This paper surveys evaluation techniques to enhance the trustworthiness and understanding of Large Language Models (LLMs). As reliance on LLMs grows, ensuring their reliability, fairness, and transparency is crucial. We …

BenchmarkingFairnessFew-Shot LearningHallucination+1

I Spy a Metaphor: Large Language Models and Diffusion Models Co-Create Visual Metaphors

2023-05-24 · Tuhin Chakrabarty, Arkadiy Saakyan, Olivia Winn, Artemis Panagopoulou 외

Visual metaphors are powerful rhetorical devices used to persuade or communicate creative ideas through images. Similar to linguistic metaphors, they convey meaning implicitly through symbolism and juxtaposition of the s…

Visual Entailment

The Mind's Eye: A Multi-Faceted Reward Framework for Guiding Visual Metaphor Generation

2025-08-26 · Girish A. Koushik, Fatemeh Nazarieh, Katherine Birch, Shenbin Qian 외 arxiv

Visual metaphor generation is a challenging task that aims to generate an image given an input text metaphor. Inherently, it needs language understanding to bind a source concept with a target concept, in a way that pres…

Meanings are like Onions: a Layered Approach to Metaphor Processing

2025-07-14 · Silvia Cappa, Anna Sofia Lippolis, Stefano Zoia arxiv

Metaphorical meaning is not a flat mapping between concepts, but a complex cognitive phenomenon that integrates multiple levels of interpretation. In this paper, we propose a stratified model of metaphor processing that …

MetaCLUE: Towards Comprehensive Visual Metaphors Research

2022-12-19 · CVPR 2023 1 · Arjun R. Akula, Brendan Driscoll, Pradyumna Narayana, Soravit Changpinyo 외

Creativity is an indispensable part of human cognition and also an inherent part of how we make sense of the world. Metaphorical abstraction is fundamental in communicating creative ideas through nuanced relationships be…

Image GenerationQuestion AnsweringRetrieval