SOTAVerified

Building Concept Graphs from Monolingual Dictionary Entries

2016-05-01LREC 2016Unverified0· sign in to hype

G{\'a}bor Recski

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We present the dict\_to\_4lang tool for processing entries of three monolingual dictionaries of English and mapping definitions to concept graphs following the 4lang principles of semantic representation introduced by (Kornai, 2010). 4lang representations are domain- and language-independent, and make use of only a very limited set of primitives to encode the meaning of all utterances. Our pipeline relies on the Stanford Dependency Parser for syntactic analysis, the dep to 4lang module then builds directed graphs of concepts based on dependency relations between words in each definition. Several issues are handled by construction-specific rules that are applied to the output of dep\_to\_4lang. Manual evaluation suggests that ca. 75\% of graphs built from the Longman Dictionary are either entirely correct or contain only minor errors. dict\_to\_4lang is available under an MIT license as part of the 4lang library and has been used successfully in measuring Semantic Textual Similarity (Recski and \'Acs, 2015). An interactive demo of core 4lang functionalities is available at http://4lang.hlt.bme.hu.

Tasks

Reproductions