paper-with-me

홈 › Papers

Syntax-Aware Language Modeling with Recurrent Neural Networks

2018-03-02 · Duncan Blythe, Alan Akbik, Roland Vollgraf

Neural language models (LMs) are typically trained using only lexical features, such as surface forms of words. In this paper, we argue this deprives the LM of crucial syntactic signals that can be detected at high confidence using existing parsers. We present a simple but highly effective approach for training neural LMs using both lexical and syntactic information, and a novel approach for applying such LMs to unparsed text using sequential Monte Carlo sampling. In experiments on a range of corpora and corpus sizes, we show our approach consistently outperforms standard lexical LMs in character-level language modeling; on the other hand, for word-level models the models are on a par with standard language models. These results indicate potential for expanding LMs beyond lexical surface features to higher-level NLP features for character-level models.

📄 PDF Abstract BibTeX arXiv:1803.03665

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Recurrent Graph Syntax Encoder for Neural Machine Translation

2019-08-19 · Liang Ding, DaCheng Tao

Syntax-incorporated machine translation models have been proven successful in improving the model's reasoning and meaning preservation ability. In this paper, we propose a simple yet effective graph-structured encoder, t…

Machine TranslationNMTSentenceTranslation

Unsupervised Recurrent Neural Network Grammars

2019-04-07 · NAACL 2019 6 · Yoon Kim, Alexander M. Rush, Lei Yu, Adhiguna Kuncoro 외

Recurrent neural network grammars (RNNG) are generative models of language which jointly model syntax and surface structure by incrementally generating a syntax tree and sentence in a top-down, left-to-right order. Super…

Constituency Grammar InductionLanguage ModelingLanguage ModellingSentence+1

Comparing Top-Down and Bottom-Up Neural Generative Dependency Models

2019-11-01 · CONLL 2019 11 · Austin Matthews, Graham Neubig, Chris Dyer

Recurrent neural network grammars generate sentences using phrase-structure syntax and perform very well on both parsing and language modeling. To explore whether generative dependency models are similarly effective, we …

Language ModelingLanguage Modelling

Multilingual Syntax-aware Language Modeling through Dependency Tree Conversion

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Incorporating stronger syntactic biases into neural language models (LMs) is a long-standing goal, but research in this area often focuses on modeling English text, where constituent treebanks are readily available. Exte…

Language ModelingLanguage Modelling

Multilingual Syntax-aware Language Modeling through Dependency Tree Conversion

2022-04-19 · spnlp (ACL) 2022 5 · Shunsuke Kando, Hiroshi Noji, Yusuke Miyao

Incorporating stronger syntactic biases into neural language models (LMs) is a long-standing goal, but research in this area often focuses on modeling English text, where constituent treebanks are readily available. Exte…

Language ModelingLanguage Modelling