paper-with-me

홈 › Papers

A Comprehensive Analysis of Large Language Model Outputs: Similarity, Diversity, and Bias

2025-05-14 · Brandon Smith, Mohamed Reda Bouadjenek, Tahsin Alamgir Kheya, Phillip Dawson, Sunil Aryal

Large Language Models (LLMs) represent a major step toward artificial general intelligence, significantly advancing our ability to interact with technology. While LLMs perform well on Natural Language Processing tasks -- such as translation, generation, code writing, and summarization -- questions remain about their output similarity, variability, and ethical implications. For instance, how similar are texts generated by the same model? How does this compare across different models? And which models best uphold ethical standards? To investigate, we used 5{,}000 prompts spanning diverse tasks like generation, explanation, and rewriting. This resulted in approximately 3 million texts from 12 LLMs, including proprietary and open-source systems from OpenAI, Google, Microsoft, Meta, and Mistral. Key findings include: (1) outputs from the same LLM are more similar to each other than to human-written texts; (2) models like WizardLM-2-8x22b generate highly similar outputs, while GPT-4 produces more varied responses; (3) LLM writing styles differ significantly, with Llama 3 and Mistral showing higher similarity, and GPT-4 standing out for distinctiveness; (4) differences in vocabulary and tone underscore the linguistic uniqueness of LLM-generated content; (5) some LLMs demonstrate greater gender balance and reduced bias. These results offer new insights into the behavior and diversity of LLM outputs, helping guide future development and ethical evaluation.

📄 PDF Abstract BibTeX arXiv:2505.09056

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Uphold 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Extrinsic Evaluation of Cultural Competence in Large Language Models

2024-06-17 · Shaily Bhatt, Fernando Diaz

Productive interactions between diverse users and language technologies require outputs from the latter to be culturally relevant and sensitive. Prior works have evaluated models' knowledge of cultural norms, values, and…

Open-Ended Question AnsweringQuestion AnsweringStory GenerationText Generation+1

AutoKG: Efficient Automated Knowledge Graph Generation for Language Models

2023-11-22 · Bohan Chen, Andrea L. Bertozzi

Traditional methods of linking large language models (LLMs) to knowledge bases via the semantic similarity search often fall short of capturing complex relational dynamics. To address these limitations, we introduce Auto…

Graph GenerationRetrievalSemantic SimilaritySemantic Textual Similarity

SLPL SHROOM at SemEval2024 Task 06: A comprehensive study on models ability to detect hallucination

2024-04-07 · Pouya Fallah, Soroush Gooran, Mohammad Jafarinasab, Pouya Sadeghi 외

Language models, particularly generative models, are susceptible to hallucinations, generating outputs that contradict factual knowledge or the source text. This study explores methods for detecting hallucinations in thr…

HallucinationMachine TranslationParaphrase GenerationSemantic Similarity+1

Multimodal Benchmarking and Recommendation of Text-to-Image Generation Models

2025-05-06 · Kapil Wanaskar, Gaytri Jena, Magdalini Eirinaki

This work presents an open-source unified benchmarking and evaluation framework for text-to-image generation models, with a particular focus on the impact of metadata augmented prompts. Leveraging the DeepFashion-MultiMo…

BenchmarkingImage GenerationMLLM Aesthetic EvaluationModel Selection+4

Quantifying perturbation impacts for large language models

2024-12-01 · Paulius Rauba, Qiyao Wei, Mihaela van der Schaar

We consider the problem of quantifying how an input perturbation impacts the outputs of large language models (LLMs), a fundamental task for model reliability and post-hoc interpretability. A key obstacle in this domain …

Semantic SimilaritySemantic Textual Similarity