paper-with-me

Papers

MICE: Mining Idioms with Contextual Embeddings

2020-08-13 · Tadej Škvorc, Polona Gantar, Marko Robnik-Šikonja

Idiomatic expressions can be problematic for natural language processing applications as their meaning cannot be inferred from their constituting words. A lack of successful methodological approaches and sufficiently large datasets prevents the development of machine learning approaches for detecting idioms, especially for expressions that do not occur in the training set. We present an approach, called MICE, that uses contextual embeddings for that purpose. We present a new dataset of multi-word expressions with literal and idiomatic meanings and use it to train a classifier based on two state-of-the-art contextual word embeddings: ELMo and BERT. We show that deep neural networks using both embeddings perform much better than existing approaches, and are capable of detecting idiomatic word use, even for expressions that were not present in the training set. We demonstrate cross-lingual transfer of developed models and analyze the size of the required dataset.

📄 PDF Abstract BibTeX arXiv:2008.05759

Code (1)

TadejSkvorc/MICE 공식 구현 tf

Tasks

Cross-Lingual TransferWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar 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…

Cloze Test

Attention Mechanism and Context Modeling System for Text Mining Machine Translation

2024-08-08 · Yuwei Zhang, Junming Huang, Sitong Liu, Zexi Chen 외

This paper advances a novel architectural schema anchored upon the Transformer paradigm and innovatively amalgamates the K-means categorization algorithm to augment the contextual apprehension capabilities of the schema.…

Machine TranslationTranslation

Idioms, Probing and Dangerous Things: Towards Structural Probing for Idiomaticity in Vector Space

2023-04-27 · Filip Klubička, Vasudevan Nedumpozhimana, John D. Kelleher

The goal of this paper is to learn more about how idiomatic information is structurally encoded in embeddings, using a structural probing method. We repurpose an existing English verbal multi-word expression (MWE) datase…

Open-Ended Question Answering

Program Synthesis and Semantic Parsing with Learned Code Idioms

2019-06-26 · NeurIPS 2019 12 · Richard Shin, Miltiadis Allamanis, Marc Brockschmidt, Oleksandr Polozov

Program synthesis of general-purpose source code from natural language specifications is challenging due to the need to reason about high-level patterns in the target program and low-level implementation details at the s…

Code GenerationProgram SynthesisSemantic Parsing

Token Level Identification of Multiword Expressions Using Contextual Information

2020-07-01 · WS 2020 7 · REYHANEH HASHEMPOUR, Aline Villavicencio

Studies on detecting idiomatic expressions mostly focus on discovering potentially idiomatic expressions disregarding the context. However, many idioms like kick the bucket could be idiomatic/literal depending on the con…

Word Embeddings