← Search

Fabian Suchanek

5 accepted papers

2024

A Survey of Meaning Representations – From Theory to Practical Utility

NAACL 2024long

Symbolic meaning representations of natural language text have been studied since at least the 1960s. With the availability of large annotated corpora, and more powerful machine learning tools, the field has recently seen several new developments. In this survey, we study today’s most prominent Mean…

Cited by 6SourcePDFScholar
2024

MAFALDA: A Benchmark and Comprehensive Study of Fallacy Detection and Classification

NAACL 2024long

We introduce MAFALDA, a benchmark for fallacy classification that merges and unites previous fallacy datasets. It comes with a taxonomy that aligns, refines, and unifies existing classifications of fallacies. We further provide a manual annotation of a part of the dataset together with manual explan…

2024

PyClause - Simple and Efficient Rule Handling for Knowledge Graphs

IJCAI 2024poster

Rule mining finds patterns in structured data such as knowledge graphs. Rules can predict facts, help correct errors, and yield explainable insights about the data. However, existing rule mining implementations focus exclusively on mining rules -- and not on their application. The PyClause library o…

2022

Imputing Out-of-Vocabulary Embeddings with LOVE Makes LanguageModels Robust with Little Cost

ACL 2022long

State-of-the-art NLP systems represent inputs with word embeddings, but these are brittle when faced with Out-of-Vocabulary (OOV) words. To address this issue, we follow the principle of mimick-like models to generate vectors for unseen words, by learning the behavior of pre-trained embeddings using…

2022

TINA: Textual Inference with Negation Augmentation

EMNLP 2022finding

Transformer-based language models achieve state-of-the-art results on several natural language processing tasks. One of these is textual entailment, i.e., the task of determining whether a premise logically entails a hypothesis. However, the models perform poorly on this task when the examples conta…