CLLGLOSep 26, 2020

Neural Proof Nets

arXiv:2009.12702v1996 citations
Originality Incremental advance
AI Analysis

This work addresses parsing efficiency for computational linguistics, but it is incremental as it builds on existing set-theoretic learning methods.

The paper tackled the problem of parsing natural language into linear λ-calculus proofs by proposing a neural variant of proof nets using Sinkhorn networks, achieving up to 70% accuracy on a Dutch dataset.

Linear logic and the linear λ-calculus have a long standing tradition in the study of natural language form and meaning. Among the proof calculi of linear logic, proof nets are of particular interest, offering an attractive geometric representation of derivations that is unburdened by the bureaucratic complications of conventional prooftheoretic formats. Building on recent advances in set-theoretic learning, we propose a neural variant of proof nets based on Sinkhorn networks, which allows us to translate parsing as the problem of extracting syntactic primitives and permuting them into alignment. Our methodology induces a batch-efficient, end-to-end differentiable architecture that actualizes a formally grounded yet highly efficient neuro-symbolic parser. We test our approach on ÆThel, a dataset of type-logical derivations for written Dutch, where it manages to correctly transcribe raw text sentences into proofs and terms of the linear λ-calculus with an accuracy of as high as 70%.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes