paper-with-me

Papers

A BERT-based Dual Embedding Model for Chinese Idiom Prediction

2020-11-04 · COLING 2020 8 · Minghuan Tan, Jing Jiang

Chinese idioms are special fixed phrases usually derived from ancient stories, whose meanings are oftentimes highly idiomatic and non-compositional. The Chinese idiom prediction task is to select the correct idiom from a set of candidate idioms given a context with a blank. We propose a BERT-based dual embedding model to encode the contextual words as well as to learn dual embeddings of the idioms. Specifically, we first match the embedding of each candidate idiom with the hidden representation corresponding to the blank in the context. We then match the embedding of each candidate idiom with the hidden representations of all the tokens in the context thorough context pooling. We further propose to use two separate idiom embeddings for the two kinds of matching. Experiments on a recently released Chinese idiom cloze test dataset show that our proposed method performs better than the existing state of the art. Ablation experiments also show that both context pooling and dual embedding contribute to the improvement of performance.

📄 PDF Abstract BibTeX arXiv:2011.02378

Code (1)

VisualJoyce/ChengyuBERT 공식 구현 pytorch

Tasks

Cloze Test

Similar Papers 제목 키워드 기반

Learning and Evaluating Chinese Idiom Embeddings

2021-09-01 · RANLP 2021 9 · Minghuan Tan, Jing Jiang

We study the task of learning and evaluating Chinese idiom embeddings. We first construct a new evaluation dataset that contains idiom synonyms and antonyms. Observing that existing Chinese word embedding methods may not…

Chinese Idiom Paraphrasing

2022-04-15 · Jipeng Qiang, Yang Li, Chaowei Zhang, Yun Li 외

Idioms, are a kind of idiomatic expression in Chinese, most of which consist of four Chinese characters. Due to the properties of non-compositionality and metaphorical meaning, Chinese Idioms are hard to be understood by…

Machine TranslationParaphrase GenerationSentence

drsphelps at SemEval-2022 Task 2: Learning idiom representations using BERTRAM

2022-04-06 · SemEval (NAACL) 2022 7 · Dylan Phelps

This paper describes our system for SemEval-2022 Task 2 Multilingual Idiomaticity Detection and Sentence Embedding sub-task B. We modify a standard BERT sentence transformer by adding embeddings for each idioms, which ar…

SentenceSentence EmbeddingSentence-EmbeddingTask 2

Looking Into the Black Box - How Are Idioms Processed in BERT?

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Idioms such as ``call it a day'' and ``piece of cake'' are frequent in natural language. How are they processed by language models such as BERT? This study investigates this question with two experiments: (1) an analysis…

SentenceWord Embeddings

Synonym Knowledge Enhanced Reader for Chinese Idiom Reading Comprehension

2020-11-09 · COLING 2020 8 · Siyu Long, Ran Wang, Kun Tao, Jiali Zeng 외

Machine reading comprehension (MRC) is the task that asks a machine to answer questions based on a given context. For Chinese MRC, due to the non-literal and non-compositional semantic characteristics, Chinese idioms pos…

Graph AttentionMachine Reading ComprehensionReading Comprehension