paper-with-me

Papers

ArNLI: Arabic Natural Language Inference for Entailment and Contradiction Detection

2022-09-28 · Khloud Al Jallad, Nada Ghneim

Natural Language Inference (NLI) is a hot topic research in natural language processing, contradiction detection between sentences is a special case of NLI. This is considered a difficult NLP task which has a big influence when added as a component in many NLP applications, such as Question Answering Systems, text Summarization. Arabic Language is one of the most challenging low-resources languages in detecting contradictions due to its rich lexical, semantics ambiguity. We have created a data set of more than 12k sentences and named ArNLI, that will be publicly available. Moreover, we have applied a new model inspired by Stanford contradiction detection proposed solutions on English language. We proposed an approach to detect contradictions between pairs of sentences in Arabic language using contradiction vector combined with language model vector as an input to machine learning model. We analyzed results of different traditional machine learning classifiers and compared their results on our created data set (ArNLI) and on an automatic translation of both PHEME, SICK English data sets. Best results achieved using Random Forest classifier with an accuracy of 99%, 60%, 75% on PHEME, SICK and ArNLI respectively.

📄 PDF Abstract BibTeX arXiv:2209.13953

Code (1)

khloud-al/arnli 공식 구현

Tasks

Language ModelingLanguage ModellingNatural Language InferenceQuestion AnsweringText Summarization

Similar Papers 제목 키워드 기반

A Study of the Effect of Resolving Negation and Sentiment Analysis in Recognizing Text Entailment for Arabic

2019-07-05 · Fatima T. AL-Khawaldeh

Recognizing the entailment relation showed that its influence to extract the semantic inferences in wide-ranging natural language processing domains (text summarization, question answering, etc.) and enhanced the results…

Natural Language InferenceNegationNegation DetectionQuestion Answering+3

Baselines and test data for cross-lingual inference

2017-04-18 · LREC 2018 5 · Željko Agić, Natalie Schluter

The recent years have seen a revival of interest in textual entailment, sparked by i) the emergence of powerful deep neural network learners for natural language processing and ii) the timely development of large-scale e…

Cross-Lingual Word EmbeddingsMachine TranslationNatural Language InferenceTranslation+1

Natural Language Inference for Arabic Using Extended Tree Edit Distance with Subtrees

2014-02-04 · Maytham Alabbas, Allan Ramsay

Many natural language processing (NLP) applications require the computation of similarities between pairs of syntactic or semantic trees. Many researchers have used tree edit distance for this task, but this technique su…

Natural Language Inference

Answer Extraction for Why Arabic Questions Answering Systems: EWAQ

2019-07-04 · Fatima T. AL-Khawaldeh

With the increasing amount of web information, questions answering systems becomes very important to allow users to access to direct answers for their requests. This paper presents an Arabic Questions Answering Systems b…

Natural Language Inference

Learning Entailment-Based Sentence Embeddings from Natural Language Inference

2019-09-25 · Rabeeh Karimi Mahabadi*, Florian Mai*, James Henderson

Large datasets on natural language inference are a potentially valuable resource for inducing semantic representations of natural language sentences. But in many such models the embeddings computed by the sentence encod…

Inductive BiasNatural Language InferenceSentenceSentence Embeddings