paper-with-me

Papers CCG Supertagging

“CCG Supertagging” 태그가 달린 논문 24편 · 필터 해제

Geometry-Aware Supertagging with Heterogeneous Dynamic Convolutions

2022-03-23 · Konstantinos Kogkalidis, Michael Moortgat

The syntactic categories of categorial grammar formalisms are structured units made of smaller, indivisible primitives, bound together by the underlying grammar's category formation rules. In the trending approach of con…

CCG Supertagging

Something Old, Something New: Grammar-based CCG Parsing with Transformer Models

2021-09-21 · Stephen Clark

This report describes the parsing problem for Combinatory Categorial Grammar (CCG), showing how a combination of Transformer-based neural models and a symbolic CCG grammar can lead to substantial gains over existing appr…

CCG SupertaggingSentence

CCG Supertagging as Top-down Tree Generation

2021-02-01 · SCiL 2021 2 · Jakob Prange, Nathan Schneider, Vivek Srikumar
CCG Supertagging

Supertagging Combinatory Categorial Grammar with Attentive Graph Convolutional Networks

2020-10-13 · EMNLP 2020 11 · Yuanhe Tian, Yan Song, Fei Xia

Supertagging is conventionally regarded as an important task for combinatory categorial grammar (CCG) parsing, where effective modeling of contextual information is highly important to this task. However, existing studie…

CCG Supertagging

Supertagging with CCG primitives

2020-07-01 · WS 2020 7 · Aditya Bhargava, Gerald Penn

In CCG and other highly lexicalized grammars, supertagging a sentence{'}s words with their lexical categories is a critical step for efficient parsing. Because of the high degree of lexicalization in these grammars, the …

CCG SupertaggingSentence

Hierarchically-Refined Label Attention Network for Sequence Labeling

2019-08-23 · IJCNLP 2019 11 · Leyang Cui, Yue Zhang

CRF has been used as a powerful model for statistical sequence labeling. For neural sequence labeling, however, BiLSTM-CRF does not always lead to better results compared with BiLSTM-softmax local classification. This ca…

CCG SupertaggingNamed Entity Recognition (NER)NERPart-Of-Speech Tagging+2

Probing What Different NLP Tasks Teach Machines about Function Word Comprehension

2019-04-25 · SEMEVAL 2019 6 · Najoung Kim, Roma Patel, Adam Poliak, Alex Wang 외

We introduce a set of nine challenge tasks that test for the understanding of function words. These tasks are created by structurally mutating sentences from existing datasets to target the comprehension of specific type…

CCG SupertaggingLanguage ModelingLanguage ModellingNatural Language Inference+2

An Empirical Investigation of Global and Local Normalization for Recurrent Neural Sequence Models Using a Continuous Relaxation to Beam Search

2019-04-15 · NAACL 2019 6 · Kartik Goyal, Chris Dyer, Taylor Berg-Kirkpatrick

Globally normalized neural sequence models are considered superior to their locally normalized equivalents because they may ameliorate the effects of label bias. However, when considering high-capacity neural parametriza…

CCG SupertaggingMachine Translation

Language Modeling Teaches You More than Translation Does: Lessons Learned Through Auxiliary Syntactic Task Analysis

2018-11-01 · WS 2018 11 · Kelly Zhang, Samuel Bowman

Recently, researchers have found that deep LSTMs trained on tasks like machine translation learn substantial syntactic and semantic information about their input sentences, including part-of-speech. These findings begin …

CCG SupertaggingLanguage ModelingLanguage ModellingMachine Translation+3

Semi-Supervised Sequence Modeling with Cross-View Training

2018-09-22 · EMNLP 2018 10 · Kevin Clark, Minh-Thang Luong, Christopher D. Manning, Quoc V. Le

Unsupervised representation learning algorithms such as word2vec and ELMo improve the accuracy of many supervised NLP models, mainly because they can take advantage of large amounts of unlabeled text. However, the superv…

CCG SupertaggingDependency ParsingMachine TranslationMulti-Task Learning+5

Targeted Syntactic Evaluation of Language Models

2018-08-27 · EMNLP 2018 10 · Rebecca Marvin, Tal Linzen

We present a dataset for evaluating the grammaticality of the predictions of a language model. We automatically construct a large number of minimally different pairs of English sentences, each consisting of a grammatical…

CCG SupertaggingLanguage ModelingLanguage ModellingSentence

Linguistically Rich Vector Representations of Supertags for TAG Parsing

2017-09-01 · WS 2017 9 · Dan Friedman, Jungo Kasai, R. Thomas McCoy, Robert Frank 외
CCG SupertaggingTAG

A Continuous Relaxation of Beam Search for End-to-end Training of Neural Sequence Models

2017-08-01 · Kartik Goyal, Graham Neubig, Chris Dyer, Taylor Berg-Kirkpatrick

Beam search is a desirable choice of test-time decoding algorithm for neural sequence models because it potentially avoids search errors made by simpler greedy methods. However, typical cross entropy training procedures …

CCG SupertaggingMotion Segmentationnamed-entity-recognitionNamed Entity Recognition+1

Initial Explorations of CCG Supertagging for Universal Dependency Parsing

2017-08-01 · CONLL 2017 8 · Burak Kerim Akkus, Heval Azizoglu, Ruket Cakici

In this paper we describe the system by METU team for universal dependency parsing of multilingual text. We use a neural network-based dependency parser that has a greedy transition approach to dependency parsing. CCG su…

CCG SupertaggingDependency ParsingMachine Translation

Exploring the Syntactic Abilities of RNNs with Multi-task Learning

2017-06-12 · CONLL 2017 8 · Emile Enguehard, Yoav Goldberg, Tal Linzen

Recent work has explored the syntactic abilities of RNNs using the subject-verb agreement task, which diagnoses sensitivity to sentence structure. RNNs performed this task well in common cases, but faltered in complex se…

CCG SupertaggingLanguage ModelingLanguage ModellingMulti-Task Learning+1

Keystroke dynamics as signal for shallow syntactic parsing

2016-10-11 · COLING 2016 12 · Barbara Plank

Keystroke dynamics have been extensively used in psycholinguistic and writing research to gain insights into cognitive processing. But do keystroke logs contain actual signal that can be used to learn better natural lang…

CCG SupertaggingChunking

An Empirical Exploration of Skip Connections for Sequential Tagging

2016-10-11 · COLING 2016 12 · Huijia Wu, Jiajun Zhang, Cheng-qing Zong

In this paper, we empirically explore the effects of various kinds of skip connections in stacked bidirectional LSTMs for sequential tagging. We investigate three kinds of skip connections connecting to LSTM cells: (a) s…

CCG SupertaggingPOSPOS Tagging

A Dynamic Window Neural Network for CCG Supertagging

2016-10-10 · Huijia Wu, Jiajun Zhang, Cheng-qing Zong

Combinatory Category Grammar (CCG) supertagging is a task to assign lexical categories to each word in a sentence. Almost all previous methods use fixed context window sizes as input features. However, it is obvious that…

CCG SupertaggingSentenceWord Embeddings

Deep multi-task learning with low level tasks supervised at lower layers

2016-08-01 · ACL 2016 8 · Anders S{\o}gaard, Yoav Goldberg
CCG SupertaggingChunkingDomain AdaptationMulti-Task Learning

LSTM CCG Parsing

2016-06-01 · NAACL 2016 6 · Mike Lewis, Kenton Lee, Luke Zettlemoyer
CCG SupertaggingStructured PredictionWord Embeddings
1–20 / 24 다음 →