paper-with-me

홈 › Papers

Adopting the Word-Pair-Dependency-Triplets with Individual Comparison for Natural Language Inference

2018-08-01 · COLING 2018 8 · Qianlong Du, Cheng-qing Zong, Keh-Yih Su

This paper proposes to perform natural language inference with Word-Pair-Dependency-Triplets. Most previous DNN-based approaches either ignore syntactic dependency among words, or directly use tree-LSTM to generate sentence representation with irrelevant information. To overcome the problems mentioned above, we adopt Word-Pair-Dependency-Triplets to improve alignment and inference judgment. To be specific, instead of comparing each triplet from one passage with the merged information of another passage, we first propose to perform comparison directly between the triplets of the given passage-pair to make the judgement more interpretable. Experimental results show that the performance of our approach is better than most of the approaches that use tree structures, and is comparable to other state-of-the-art approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMachine TranslationNatural Language InferenceQuestion AnsweringSentenceText SummarizationTriplet

Similar Papers 제목 키워드 기반

On the Definition of Japanese Word

2019-06-24 · Yugo Murawaki

The annotation guidelines for Universal Dependencies (UD) stipulate that the basic units of dependency annotation are syntactic words, but it is not clear what are syntactic words in Japanese. Departing from the long tra…

Dependency Parsing

Tell Me Why You Feel That Way: Processing Compositional Dependency for Tree-LSTM Aspect Sentiment Triplet Extraction (TASTE)

2021-03-10 · A. Sutherland, S. Bensch, T. Hellström, S. Magg 외

Sentiment analysis has transitioned from classifying the sentiment of an entire sentence to providing the contextual information of what targets exist in a sentence, what sentiment the individual targets have, and what t…

Aspect Sentiment Triplet ExtractionSentenceSentiment AnalysisTriplet

Second-Order Semantic Dependency Parsing with End-to-End Neural Networks

2019-06-19 · ACL 2019 7 · Xinyu Wang, Jingxian Huang, Kewei Tu

Semantic dependency parsing aims to identify semantic relationships between words in a sentence that form a graph. In this paper, we propose a second-order semantic dependency parser, which takes into consideration not o…

Dependency ParsingSemantic Dependency ParsingSentenceVariational Inference

Multi-lingual Dependency Parsing Evaluation: a Large-scale Analysis of Word Order Properties using Artificial Data

2016-01-01 · TACL 2016 1 · Kristina Gulordava, Paola Merlo

The growing work in multi-lingual parsing faces the challenge of fair comparative evaluation and performance analysis across languages and their treebanks. The difficulty lies in teasing apart the properties of treebanks…

Dependency ParsingSentence

TDRE: A Tensor Decomposition Based Approach for Relation Extraction

2020-10-15 · Bin-Bin Zhao, Liang Li, Hui-Dong Zhang

Extracting entity pairs along with relation types from unstructured texts is a fundamental subtask of information extraction. Most existing joint models rely on fine-grained labeling scheme or focus on shared embedding p…

RelationRelation ClassificationRelation ExtractionSentence+2