paper-with-me

Papers

Predicting Antonyms in Context using BERT

2021-08-01 · INLG (ACL) 2021 8 · Ayana Niwa, Keisuke Nishiguchi, Naoaki Okazaki

We address the task of antonym prediction in a context, which is a fill-in-the-blanks problem. This task setting is unique and practical because it requires contrastiveness to the other word and naturalness as a text in filling a blank. We propose methods for fine-tuning pre-trained masked language models (BERT) for context-aware antonym prediction. The experimental results demonstrate that these methods have positive impacts on the prediction of antonyms within a context. Moreover, human evaluation reveals that more than 85% of predictions using the proposed method are acceptable as antonyms.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Integrating Distributional Lexical Contrast into Word Embeddings for Antonym-Synonym Distinction

2016-05-25 · ACL 2016 8 · Kim Anh Nguyen, Sabine Schulte im Walde, Ngoc Thang Vu

We propose a novel vector representation that integrates lexical contrast into distributional vectors and strengthens the most salient features for determining degrees of word similarity. The improved vectors significant…

Word EmbeddingsWord Similarity

Discovering Differences in the Representation of People using Contextualized Semantic Axes

2022-10-21 · Li Lucy, Divya Tadimeti, David Bamman

A common paradigm for identifying semantic differences across social and temporal contexts is the use of static word embeddings and their distances. In particular, past work has compared embeddings against "semantic axes…

Word Embeddings

Training on Lexical Resources

2022-06-01 · LREC 2022 6 · Kenneth Church, Xingyu Cai, Yuchen Bian

We propose using lexical resources (thesaurus, VAD) to fine-tune pretrained deep nets such as BERT and ERNIE. Then at inference time, these nets can be used to distinguish synonyms from antonyms, as well as VAD distances…

A Mixture-of-Experts Model for Antonym-Synonym Discrimination

2021-08-01 · ACL 2021 5 · Zhipeng Xie, Nan Zeng

Discrimination between antonyms and synonyms is an important and challenging NLP task. Antonyms and synonyms often share the same or similar contexts and thus are hard to make a distinction. This paper proposes two under…

Mixture-of-Experts

Unraveling Antonym's Word Vectors through a Siamese-like Network

2019-07-01 · ACL 2019 7 · Mathias Etcheverry, Dina Wonsever

Discriminating antonyms and synonyms is an important NLP task that has the difficulty that both, antonyms and synonyms, contains similar distributional information. Consequently, pairs of antonyms and synonyms may have s…