paper-with-me

Papers

Refining Sentence Embedding Model through Ranking Sentences Generation with Large Language Models

2025-02-19 · Liyang He, Chenglong Liu, Rui Li, Zhenya Huang, Shulan Ruan, Jun Zhou, Enhong Chen

Sentence embedding is essential for many NLP tasks, with contrastive learning methods achieving strong performance using annotated datasets like NLI. Yet, the reliance on manual labels limits scalability. Recent studies leverage large language models (LLMs) to generate sentence pairs, reducing annotation dependency. However, they overlook ranking information crucial for fine-grained semantic distinctions. To tackle this challenge, we propose a method for controlling the generation direction of LLMs in the latent space. Unlike unconstrained generation, the controlled approach ensures meaningful semantic divergence. Then, we refine exist sentence embedding model by integrating ranking information and semantic information. Experiments on multiple benchmarks demonstrate that our method achieves new SOTA performance with a modest cost in ranking sentence synthesis.

📄 PDF Abstract BibTeX arXiv:2502.13656

Code (1)

hly1998/RankingSentenceGeneration 공식 구현 pytorch

Tasks

Contrastive LearningSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Neural Check-Worthiness Ranking with Weak Supervision: Finding Sentences for Fact-Checking

2019-03-20 · Casper Hansen, Christian Hansen, Stephen Alstrup, Jakob Grue Simonsen 외

Automatic fact-checking systems detect misinformation, such as fake news, by (i) selecting check-worthy sentences for fact-checking, (ii) gathering related information to the sentences, and (iii) inferring the factuality…

Fact CheckingMisinformationSentence

Deep Fragment Embeddings for Bidirectional Image Sentence Mapping

2014-06-22 · NeurIPS 2014 12 · Andrej Karpathy, Armand Joulin, Li Fei-Fei

We introduce a model for bidirectional retrieval of images and sentences through a multi-modal embedding of visual and natural language data. Unlike previous models that directly map images or sentences into a common emb…

Referring Expression ComprehensionRetrievalSentenceSentence Retrieval

Bipartite Graph Pre-training for Unsupervised Extractive Summarization with Graph Convolutional Auto-Encoders

2023-10-29 · Qianren Mao, Shaobo Zhao, Jiarui Li, Xiaolei Gu 외

Pre-trained sentence representations are crucial for identifying significant sentences in unsupervised document extractive summarization. However, the traditional two-step paradigm of pre-training and sentence-ranking, c…

Extractive SummarizationSentenceSentence EmbeddingsUnsupervised Extractive Summarization

Contrastive Learning of Sentence Embeddings from Scratch

2023-05-24 · Junlei Zhang, Zhenzhong Lan, Junxian He

Contrastive learning has been the dominant approach to train state-of-the-art sentence embeddings. Previous studies have typically learned sentence embeddings either through the use of human-annotated natural language in…

Contrastive LearningNatural Language InferenceRerankingSentence+2

BERT4SO: Neural Sentence Ordering by Fine-tuning BERT

2021-03-25 · Yutao Zhu, Jian-Yun Nie, Kun Zhou, Shengchao Liu 외

Sentence ordering aims to arrange the sentences of a given text in the correct order. Recent work frames it as a ranking problem and applies deep neural networks to it. In this work, we propose a new method, named BERT4S…

SentenceSentence Ordering