paper-with-me

Papers

Idiomify -- Building a Collocation-supplemented Reverse Dictionary of English Idioms with Word2Vec for non-native learners

2022-04-12 · Eu-Bin Kim

The aim of idiomify is to build a collocation-supplemented reverse dictionary of idioms for the non-native learners of English. We aim to do so because the reverse dictionary could help the non-natives explore idioms on demand, and the collocations could also guide them on using idioms more adequately. The cornerstone of the project is a reliable way of mining idioms from corpora, which is however a challenge because idioms extensively vary in forms. We tackle this by automatically deriving matching rules from their base forms. We use Point-wise Mutual Inclusion (PMI), Term Frequency - Inverse Document Frequency (TF-IDF) to model collocations, since both of them are popular metric for pairwise significance. We also try Term Frequency (TF) as the baseline model. As for implementing the reverse-dictionary, three approaches could be taken: inverted index, graphs and distributional semantics. We choose to take the last approach and implement the reverse dictionary with Word2Vec, because it is the most flexible approach of all and Word2Vec is a simple yet strong baseline. Evaluating the methods has revealed rooms for improvement. We learn that we can better identify idioms with the help of slop, wildcard and reordering techniques. We also learn that we can get the best of both PMI and TF-IDF if we use machine learning to find the sweet spot. Lastly, We learn that Idiomify could be further improved with a mixture of inverted index and distributional semantics approach. The limits aside, the proposed methods are feasible, and their benefits to the non-natives are apparent, which therefore can be used to aid the non-natives in acquiring English idioms.

📄 PDF Abstract BibTeX arXiv:2204.05634

Code (0)

등록된 구현이 없습니다.

Tasks

Reverse Dictionary

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Collocations in Russian Lexicography and Russian Collocations Database

2020-05-01 · LREC 2020 5 · Maria Khokhlova

The paper presents the issue of collocability and collocations in Russian and gives a survey of a wide range of dictionaries both printed and online ones that describe collocations. Our project deals with building a data…

Clustering

Extrinsic Corpus Evaluation with a Collocation Dictionary Task

2014-05-01 · LREC 2014 5 · Adam Kilgarriff, Pavel Rychl{\'y}, Milo{\v{s}} Jakub{\'\i}{\v{c}}ek, Vojt{\v{e}}ch Kov{\'a}{\v{r}} 외

The NLP researcher or application-builder often wonders {``}what corpus should I use, or should I build one of my own? If I build one of my own, how will I know if I have done a good job?{''} Currently there is very litt…

A Spanish E-dictionary of Collocations

2019-08-01 · WS 2019 8 · Maria Auxiliadora Barrios Rodriguez, Igor Boguslavsky

Multilingual Extraction and Categorization of Lexical Collocations with Graph-aware Transformers

2022-05-23 · *SEM (NAACL) 2022 7 · Luis Espinosa-Anke, Alexander Shvets, Alireza Mohammadshahi, James Henderson 외

Recognizing and categorizing lexical collocations in context is useful for language learning, dictionary compilation and downstream NLP. However, it is a challenging task due to the varying degrees of frozenness lexical …

WantWords: An Open-source Online Reverse Dictionary System

2020-10-01 · EMNLP 2020 11 · Fanchao Qi, Lei Zhang, Yanhui Yang, Zhiyuan Liu 외

A reverse dictionary takes descriptions of words as input and outputs words semantically matching the input descriptions. Reverse dictionaries have great practical value such as solving the tip-of-the-tongue problem and …

Reverse Dictionary