paper-with-me

Papers

Span-Aggregatable, Contextualized Word Embeddings for Effective Phrase Mining

2024-05-12 · Eyal Orbach, Lev Haikin, Nelly David, Avi Faizakof

Dense vector representations for sentences made significant progress in recent years as can be seen on sentence similarity tasks. Real-world phrase retrieval applications, on the other hand, still encounter challenges for effective use of dense representations. We show that when target phrases reside inside noisy context, representing the full sentence with a single dense vector, is not sufficient for effective phrase retrieval. We therefore look into the notion of representing multiple, sub-sentence, consecutive word spans, each with its own dense vector. We show that this technique is much more effective for phrase mining, yet requires considerable compute to obtain useful span representations. Accordingly, we make an argument for contextualized word/token embeddings that can be aggregated for arbitrary word spans while maintaining the span's semantic meaning. We introduce a modification to the common contrastive loss used for sentence embeddings that encourages word embeddings to have this property. To demonstrate the effect of this method we present a dataset based on the STS-B dataset with additional generated text, that requires finding the best matching paraphrase residing in a larger context and report the degree of similarity to the origin phrase. We demonstrate on this dataset, how our proposed method can achieve better results without significant increase to compute.

📄 PDF Abstract BibTeX arXiv:2405.07263

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalSentenceSentence EmbeddingsSentence SimilaritySTSSTS-BWord Embeddings

Similar Papers 제목 키워드 기반

When Specialization Helps: Using Pooled Contextualized Embeddings to Detect Chemical and Biomedical Entities in Spanish

2019-10-08 · WS 2019 11 · Manuel Stoeckel, Wahed Hemati, Alexander Mehler

The recognition of pharmacological substances, compounds and proteins is an essential preliminary work for the recognition of relations between chemicals and other biomedically relevant units. In this paper, we describe …

ArticlesWord Embeddings

Evaluating Contextualized Representations of (Spanish) Ambiguous Words: A New Lexical Resource and Empirical Analysis

2024-06-20 · Pamela D. Rivière, Anne L. Beatty-Martínez, Sean Trott

Lexical ambiguity -- where a single wordform takes on distinct, context-dependent meanings -- serves as a useful tool to compare across different language models' (LMs') ability to form distinct, contextualized represent…

SentenceWord Embeddings

Contextualized End-to-End Neural Entity Linking

2019-11-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Haotian Chen, Andrej Zukov-Gregoric, Xi David Li, Sahil Wadhwa

We propose yet another entity linking model (YELM) which links words to entities instead of spans. This overcomes any difficulties associated with the selection of good candidate mention spans and makes the joint trainin…

Entity DisambiguationEntity LinkingWord Embeddings

Do Pretrained Contextual Language Models Distinguish between Hebrew Homograph Analyses?

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Semitic morphologically-rich languages (MRLs) are plagued by word ambiguity; in a standard text, many (and often most) of the words will be homographs with multiple possible analyses. Previous research on MRLs claimed th…

black[LSCDiscovery shared task] GlossReader at LSCDiscovery: Train to Select a Proper Gloss in English – Discover Lexical Semantic Change in Spanish

2022-05-01 · LChange (ACL) 2022 5 · Maxim Rachinskiy, Nikolay Arefyev

The contextualized embeddings obtained from neural networks pre-trained as Language Models (LM) or Masked Language Models (MLM) are not well suitable for solving the Lexical Semantic Change Detection (LSCD) task because …

Change DetectionXLM-R