paper-with-me

홈 › Papers

FastKASSIM: A Fast Tree Kernel-Based Syntactic Similarity Metric

2022-03-15 · Maximillian Chen, Caitlyn Chen, Xiao Yu, Zhou Yu

Syntax is a fundamental component of language, yet few metrics have been employed to capture syntactic similarity or coherence at the utterance- and document-level. The existing standard document-level syntactic similarity metric is computationally expensive and performs inconsistently when faced with syntactically dissimilar documents. To address these challenges, we present FastKASSIM, a metric for utterance- and document-level syntactic similarity which pairs and averages the most similar constituency parse trees between a pair of documents based on tree kernels. FastKASSIM is more robust to syntactic dissimilarities and runs up to to 5.32 times faster than its predecessor over documents in the r/ChangeMyView corpus. FastKASSIM's improvements allow us to examine hypotheses in two settings with large documents. We find that syntactically similar arguments on r/ChangeMyView tend to be more persuasive, and that syntax is predictive of authorship attribution in the Australian High Court Judgment corpus.

📄 PDF Abstract BibTeX arXiv:2203.08299

Code (1)

jasonyux/fastkassim 공식 구현

Tasks

Authorship Attribution

Similar Papers 제목 키워드 기반

Sentence Similarity based on Dependency Tree Kernels for Multi-document Summarization

2016-05-01 · LREC 2016 5 · {\c{S}}aziye Bet{\"u}l {\"O}zate{\c{s}}, Arzucan {\"O}zg{\"u}r, Dragomir Radev

We introduce an approach based on using the dependency grammar representations of sentences to compute sentence similarity for extractive multi-document summarization. We adapt and investigate the effects of two untyped …

Document SummarizationMulti-Document SummarizationRelation ExtractionSentence+1

Question Similarity in Community Question Answering: A Systematic Exploration of Preprocessing Methods and Models

2019-09-01 · RANLP 2019 9 · Florian Kunneman, Thiago castro Ferreira, Emiel Krahmer, Antal Van den Bosch

Community Question Answering forums are popular among Internet users, and a basic problem they encounter is trying to find out if their question has already been posed before. To address this issue, NLP researchers have …

Community Question AnsweringQuestion AnsweringQuestion SimilarityTranslation+1

Injecting Relational Structural Representation in Neural Networks for Question Similarity

2018-06-20 · ACL 2018 7 · Antonio Uva, Daniele Bonadiman, Alessandro Moschitti

Effectively using full syntactic parsing information in Neural Networks (NNs) to solve relational tasks, e.g., question similarity, is still an open problem. In this paper, we propose to inject structural representations…

Question Similarity

Tree Kernel-based Negation and Speculation Scope Detection with Structured Syntactic Parse Features

2013-10-01 · EMNLP 2013 10 · Bowei Zou, Guodong Zhou, Qiaoming Zhu
Negation

SyntNN at SemEval-2018 Task 2: is Syntax Useful for Emoji Prediction? Embedding Syntactic Trees in Multi Layer Perceptrons

2018-06-01 · SEMEVAL 2018 6 · Fabio Massimo Zanzotto, Andrea Santilli

In this paper, we present SyntNN as a way to include traditional syntactic models in multilayer neural networks used in the task of Semeval Task 2 of emoji prediction. The model builds on the distributed tree embedder al…

Task 2