paper-with-me

Papers

JCSE: Contrastive Learning of Japanese Sentence Embeddings and Its Applications

2023-01-19 · Zihao Chen, Hisashi Handa, Kimiaki Shirahama

Contrastive learning is widely used for sentence representation learning. Despite this prevalence, most studies have focused exclusively on English and few concern domain adaptation for domain-specific downstream tasks, especially for low-resource languages like Japanese, which are characterized by insufficient target domain data and the lack of a proper training strategy. To overcome this, we propose a novel Japanese sentence representation framework, JCSE (derived from ``Contrastive learning of Sentence Embeddings for Japanese''), that creates training data by generating sentences and synthesizing them with sentences available in a target domain. Specifically, a pre-trained data generator is finetuned to a target domain using our collected corpus. It is then used to generate contradictory sentence pairs that are used in contrastive learning for adapting a Japanese language model to a specific task in the target domain. Another problem of Japanese sentence representation learning is the difficulty of evaluating existing embedding methods due to the lack of benchmark datasets. Thus, we establish a comprehensive Japanese Semantic Textual Similarity (STS) benchmark on which various embedding models are evaluated. Based on this benchmark result, multiple embedding methods are chosen and compared with JCSE on two domain-specific tasks, STS in a clinical domain and information retrieval in an educational domain. The results show that JCSE achieves significant performance improvement surpassing direct transfer and other training strategies. This empirically demonstrates JCSE's effectiveness and practicability for downstream tasks of a low-resource language.

📄 PDF Abstract BibTeX arXiv:2301.08193

Code (1)

mu-kindai/jcse 공식 구현 pytorch

Tasks

Contrastive LearningDomain AdaptationInformation RetrievalLanguage ModellingRepresentation LearningRetrievalSemantic Textual SimilaritySentenceSentence EmbeddingsSTSSTS Benchmark

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Domain Adaptation for Japanese Sentence Embeddings with Contrastive Learning based on Synthetic Sentence Generation

2025-03-12 · Zihao Chen, Hisashi Handa, Miho Ohsaki, Kimiaki Shirahama

Several backbone models pre-trained on general domain datasets can encode a sentence into a widely useful embedding. Such sentence embeddings can be further enhanced by domain adaptation that adapts a backbone model to a…

Contrastive LearningDomain AdaptationSemantic Textual SimilaritySentence+2

Japanese SimCSE Technical Report

2023-10-30 · Hayato Tsukagoshi, Ryohei Sasano, Koichi Takeda

We report the development of Japanese SimCSE, Japanese sentence embedding models fine-tuned with SimCSE. Since there is a lack of sentence embedding models for Japanese that can be used as a baseline in sentence embeddin…

SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

Japanese Lexical Simplification for Non-Native Speakers

2016-12-01 · WS 2016 12 · Muhaimin Hading, Yuji Matsumoto, Maki Sakamoto

This paper introduces Japanese lexical simplification. Japanese lexical simplification is the task of replacing difficult words in a given sentence to produce a new sentence with simple words without changing the origina…

Embeddings EvaluationLanguage ModelingLanguage ModellingLexical Simplification+5

Sub-Sentence Encoder: Contrastive Learning of Propositional Semantic Representations

2023-11-07 · Sihao Chen, Hongming Zhang, Tong Chen, Ben Zhou 외

We introduce sub-sentence encoder, a contrastively-learned contextual embedding model for fine-grained semantic representation of text. In contrast to the standard practice with sentence embeddings, where the meaning of …

Contrastive LearningSemantic SimilaritySemantic Textual SimilaritySentence+1

Morphological Analysis of Japanese Hiragana Sentences using the BI-LSTM CRF Model

2022-01-10 · Jun Izutsu, Kanako Komiya

This study proposes a method to develop neural models of the morphological analyzer for Japanese Hiragana sentences using the Bi-LSTM CRF model. Morphological analysis is a technique that divides text data into words and…

Morphological Analysis