paper-with-me

Papers

Improving Sentence Embeddings with Automatic Generation of Training Data Using Few-shot Examples

2024-02-23 · Soma Sato, Hayato Tsukagoshi, Ryohei Sasano, Koichi Takeda

Decoder-based large language models (LLMs) have shown high performance on many tasks in natural language processing. This is also true for sentence embedding learning, where a decoder-based model, PromptEOL, has achieved the best performance on semantic textual similarity (STS) tasks. However, PromptEOL requires a manually annotated natural language inference (NLI) dataset for fine-tuning. We aim to improve sentence embeddings without using large manually annotated datasets by automatically generating an NLI dataset with an LLM and using it for fine-tuning of PromptEOL. To achieve this, we explore methods of data generation suitable for sentence embedding learning in this study. Specifically, we will focus on automatic dataset generation through few-shot learning and explore the appropriate methods to leverage few-shot examples. Experimental results on the STS tasks demonstrate that our approach outperforms existing models in settings without large manually annotated datasets.

📄 PDF Abstract BibTeX arXiv:2402.15132

Code (1)

lamsoma/auto_nli 공식 구현 pytorch

Tasks

Dataset GenerationDecoderFew-Shot LearningNatural Language InferenceSemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsSTS

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

RUSE: Regressor Using Sentence Embeddings for Automatic Machine Translation Evaluation

2018-10-01 · WS 2018 10 · Hiroki Shimanaka, Tomoyuki Kajiwara, Mamoru Komachi

We introduce the RUSE metric for the WMT18 metrics shared task. Sentence embeddings can capture global information that cannot be captured by local features based on character or word N-grams. Although training sentence …

Machine TranslationSentenceSentence EmbeddingsTranslation

Sentence Mover's Similarity: Automatic Evaluation for Multi-Sentence Texts

2019-07-01 · ACL 2019 7 · Elizabeth Clark, Asli Celikyilmaz, Noah A. Smith

For evaluating machine-generated texts, automatic methods hold the promise of avoiding collection of human judgments, which can be expensive and time-consuming. The most common automatic metrics, like BLEU and ROUGE, dep…

Reinforcement LearningSemantic SimilaritySemantic Textual SimilaritySentence+1

Sentence Pair Embeddings Based Evaluation Metric for Abstractive and Extractive Summarization

2022-06-01 · LREC 2022 6 · Ramya Akula, Ivan Garibay

The development of an automatic evaluation metric remains an open problem in text generation. Widely used evaluation metrics, like ROUGE and BLEU, are based on exact word matching and fail to capture semantic similarity.…

Extractive SummarizationNatural Language InferenceSemantic SimilaritySemantic Textual Similarity+5

ParaNMT-50M: Pushing the Limits of Paraphrastic Sentence Embeddings with Millions of Machine Translations

2017-11-15 · ACL 2018 7 · John Wieting, Kevin Gimpel

We describe PARANMT-50M, a dataset of more than 50 million English-English sentential paraphrase pairs. We generated the pairs automatically by using neural machine translation to translate the non-English side of a larg…

Machine TranslationNatural Language UnderstandingParaphrase GenerationSemantic Textual Similarity+3

Automated Discovery of Mathematical Definitions in Text with Deep Neural Networks

2020-11-09 · Natalia Vanetik, Marina Litvak, Sergey Shevchuk, Lior Reznik

Automatic definition extraction from texts is an important task that has numerous applications in several natural language processing fields such as summarization, analysis of scientific texts, automatic taxonomy generat…

Binary ClassificationDefinition ExtractionQuestion AnsweringSentence+1