paper-with-me

홈 › Papers

Solving morphological analogies: from retrieval to generation

2023-03-30 · Esteban Marquer, Miguel Couceiro

Analogical inference is a remarkable capability of human reasoning, and has been used to solve hard reasoning tasks. Analogy based reasoning (AR) has gained increasing interest from the artificial intelligence community and has shown its potential in multiple machine learning tasks such as classification, decision making and recommendation with competitive results. We propose a deep learning (DL) framework to address and tackle two key tasks in AR: analogy detection and solving. The framework is thoroughly tested on the Siganalogies dataset of morphological analogical proportions (APs) between words, and shown to outperform symbolic approaches in many languages. Previous work have explored the behavior of the Analogy Neural Network for classification (ANNc) on analogy detection and of the Analogy Neural Network for retrieval (ANNr) on analogy solving by retrieval, as well as the potential of an autoencoder (AE) for analogy solving by generating the solution word. In this article we summarize these findings and we extend them by combining ANNr and the AE embedding model, and checking the performance of ANNc as an retrieval method. The combination of ANNr and AE outperforms the other approaches in almost all cases, and ANNc as a retrieval method achieves competitive or better performance than 3CosMul. We conclude with general guidelines on using our framework to tackle APs with DL.

📄 PDF Abstract BibTeX arXiv:2303.18062

Code (1)

emarquer/morpho-analogy-amai 공식 구현 pytorch

Tasks

Decision MakingRetrieval

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Measuring the Feasibility of Analogical Transfer using Complexity

2022-06-23 · Pierre-Alexandre Murena

Analogies are 4-ary relations of the form "A is to B as C is to D". While focus has been mostly on how to solve an analogy, i.e. how to find correct values of D given A, B and C, less attention has been drawn on whether …

Domain AdaptationUnsupervised Domain Adaptation

On the Transferability of Neural Models of Morphological Analogies

2021-08-09 · Safa Alsaidi, Amandine Decker, Puthineath Lay, Esteban Marquer 외

Analogical proportions are statements expressed in the form "A is to B as C is to D" and are used for several reasoning and classification tasks in artificial intelligence and natural language processing (NLP). In this p…

Tackling Morphological Analogies Using Deep Learning -- Extended Version

2021-11-09 · Safa Alsaidi, Amandine Decker, Esteban Marquer, Pierre-Alexandre Murena 외

Analogical proportions are statements of the form "A is to B as C is to D". They constitute an inference tool that provides a logical framework to address learning, transfer, and explainability concerns and that finds us…

Deep Learning

A Neural Approach for Detecting Morphological Analogies

2021-08-09 · Safa Alsaidi, Amandine Decker, Puthineath Lay, Esteban Marquer 외

Analogical proportions are statements of the form "A is to B as C is to D" that are used for several reasoning and classification tasks in artificial intelligence and natural language processing (NLP). For instance, ther…

Past Meets Present: Creating Historical Analogy with Large Language Models

2024-09-23 · Nianqi Li, Siyu Yuan, Jiangjie Chen, Jiaqing Liang 외

Historical analogies, which compare known past events with contemporary but unfamiliar events, are important abilities that help people make decisions and understand the world. However, research in applied history sugges…

Retrieval