paper-with-me

Papers

A Neural Model for Regular Grammar Induction

2022-09-23 · Peter Belcák, David Hofer, Roger Wattenhofer

Grammatical inference is a classical problem in computational learning theory and a topic of wider influence in natural language processing. We treat grammars as a model of computation and propose a novel neural approach to induction of regular grammars from positive and negative examples. Our model is fully explainable, its intermediate results are directly interpretable as partial parses, and it can be used to learn arbitrary regular grammars when provided with sufficient data. We find that our method consistently attains high recall and precision scores across a range of tests of varying complexity.

📄 PDF Abstract BibTeX arXiv:2209.11628

Code (1)

pbelcak/neregrain 공식 구현 pytorch

Tasks

Learning Theorymodel

Similar Papers 제목 키워드 기반

A Regularization-based Framework for Bilingual Grammar Induction

2019-11-01 · IJCNLP 2019 11 · Yong Jiang, Wenjuan Han, Kewei Tu

Grammar induction aims to discover syntactic structures from unannotated sentences. In this paper, we propose a framework in which the learning process of the grammar model of one language is influenced by knowledge from…

Inducing Regular Grammars Using Recurrent Neural Networks

2017-10-28 · Mor Cohen, Avi Caciularu, Idan Rejwan, Jonathan Berant

Grammar induction is the task of learning a grammar from a set of examples. Recently, neural networks have been shown to be powerful learning machines that can identify patterns in streams of data. In this work we invest…

Dependency Grammar Induction with a Neural Variational Transition-based Parser

2018-11-14 · Bowen Li, Jianpeng Cheng, Yang Liu, Frank Keller

Dependency grammar induction is the task of learning dependency syntax without annotated training data. Traditional graph-based models with global inference achieve state-of-the-art results on this task but they require …

Dependency Grammar InductionVariational Inference

VLGrammar: Grounded Grammar Induction of Vision and Language

2021-03-24 · ICCV 2021 10 · Yining Hong, Qing Li, Song-Chun Zhu, Siyuan Huang

Cognitive grammar suggests that the acquisition of language grammar is grounded within visual structures. While grammar is an essential representation of natural language, it also exists ubiquitously in vision to represe…

ClusteringContrastive LearningImage RetrievalRetrieval+1

Re-evaluating the Need for Multimodal Signals in Unsupervised Grammar Induction

2022-12-20 · Boyi Li, Rodolfo Corona, Karttikeya Mangalam, Catherine Chen 외

Are multimodal inputs necessary for grammar induction? Recent work has shown that multimodal training inputs can improve grammar induction. However, these improvements are based on comparisons to weak text-only baselines…

Constituency Parsing