paper-with-me

Papers

GrammarTagger: A Multilingual, Minimally-Supervised Grammar Profiler for Language Education

2021-04-07 · Masato Hagiwara, Joshua Tanner, Keisuke Sakaguchi

We present GrammarTagger, an open-source grammar profiler which, given an input text, identifies grammatical features useful for language education. The model architecture enables it to learn from a small amount of texts annotated with spans and their labels, which 1) enables easier and more intuitive annotation, 2) supports overlapping spans, and 3) is less prone to error propagation, compared to complex hand-crafted rules defined on constituency/dependency parses. We show that we can bootstrap a grammar profiler model with $F_1 \approx 0.6$ from only a couple hundred sentences both in English and Chinese, which can be further boosted via learning a multilingual model. With GrammarTagger, we also build Octanove Learn, a search engine of language learning materials indexed by their reading difficulty and grammatical features. The code and pretrained models are publicly available at \url{https://github.com/octanove/grammartagger}.

📄 PDF Abstract BibTeX arXiv:2104.03190

Code (1)

octanove/grammartagger 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Minimally-Supervised Morphological Segmentation using Adaptor Grammars

2013-01-01 · TACL 2013 1 · Kairit Sirts, Sharon Goldwater

This paper explores the use of Adaptor Grammars, a nonparametric Bayesian modelling framework, for minimally supervised morphological segmentation. We compare three training methods: unsupervised training, semi-supervise…

Machine TranslationModel SelectionMORPHSpeech Recognition+1

Minimally-Supervised Morphological Segmentation using Adaptor Grammars with Linguistic Priors

2021-08-01 · Findings (ACL) 2021 8 · Ramy Eskander, Cass Lowry, Sujay Khandagale, Francesca Callejas 외

Minimally Supervised Method for Multilingual Paraphrase Extraction from Definition Sentences on the Web

2013-06-01 · NAACL 2013 6 · Yulan Yan, Chikara Hashimoto, Kentaro Torisawa, Takao Kawai 외

Shared Logistic Normal Distributions for Soft Parameter Tying in Unsupervised Grammar Induction

2009-06-01 · Shay Cohen, Noah A. Smith

We present a family of priors over probabilistic grammar weights, called the shared logistic normal distribution. This family extends the partitioned logistic normal distribution, enabling factored covariance between the…

Dependency Grammar InductionUnsupervised Dependency Parsing

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…