paper-with-me

홈 › Papers

No Word Embedding Model Is Perfect: Evaluating the Representation Accuracy for Social Bias in the Media

2022-11-07 · Maximilian Spliethöver, Maximilian Keiff, Henning Wachsmuth

News articles both shape and reflect public opinion across the political spectrum. Analyzing them for social bias can thus provide valuable insights, such as prevailing stereotypes in society and the media, which are often adopted by NLP models trained on respective data. Recent work has relied on word embedding bias measures, such as WEAT. However, several representation issues of embeddings can harm the measures' accuracy, including low-resource settings and token frequency differences. In this work, we study what kind of embedding algorithm serves best to accurately measure types of social bias known to exist in US online news articles. To cover the whole spectrum of political bias in the US, we collect 500k articles and review psychology literature with respect to expected social bias. We then quantify social bias using WEAT along with embedding algorithms that account for the aforementioned issues. We compare how models trained with the algorithms on news articles represent the expected social bias. Our results suggest that the standard way to quantify bias does not align well with knowledge from psychology. While the proposed algorithms reduce the~gap, they still do not fully match the literature.

📄 PDF Abstract BibTeX arXiv:2211.03634

Code (1)

webis-de/emnlp-22 공식 구현

Tasks

Articles

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Evaluation of Greek Word Embeddings

2019-04-08 · LREC 2020 5 · Stamatis Outsios, Christos Karatsalos, Konstantinos Skianis, Michalis Vazirgiannis

Since word embeddings have been the most popular input for many NLP tasks, evaluating their quality is of critical importance. Most research efforts are focusing on English word embeddings. This paper addresses the probl…

Word Embeddings

A Simple Approach to Learn Polysemous Word Embeddings

2017-07-06 · Yifan Sun, Nikhil Rao, Weicong Ding

Many NLP applications require disambiguating polysemous words. Existing methods that learn polysemous word vector representations involve first detecting various senses and optimizing the sense-specific embeddings separa…

Relevance DetectionRepresentation LearningWord EmbeddingsWord Sense Induction+1

Siamese CBOW: Optimizing Word Embeddings for Sentence Representations

2016-06-15 · ACL 2016 8 · Tom Kenter, Alexey Borisov, Maarten de Rijke

We present the Siamese Continuous Bag of Words (Siamese CBOW) model, a neural network for efficient estimation of high-quality sentence embeddings. Averaging the embeddings of words in a sentence has proven to be a surpr…

SentenceSentence EmbeddingsWord Embeddings

A Neural Model for Compositional Word Embeddings and Sentence Processing

2022-05-01 · CMCL (ACL) 2022 5 · Shalom Lappin, Jean-Philippe Bernardy

We propose a new neural model for word embeddings, which uses Unitary Matrices as the primary device for encoding lexical information. It uses simple matrix multiplication to derive matrices for large units, yielding a s…

SentenceWord Embeddings

On the Convergent Properties of Word Embedding Methods

2016-05-12 · Yingtao Tian, Vivek Kulkarni, Bryan Perozzi, Steven Skiena

Do word embeddings converge to learn similar things over different initializations? How repeatable are experiments with word embeddings? Are all word embedding techniques equally reliable? In this paper we propose evalua…

Word Embeddings