Chunking

67 papers with code • 5 benchmarks • 5 datasets

Chunking, also known as shallow parsing, identifies continuous spans of tokens that form syntactic units such as noun phrases or verb phrases.

Example:

Vinken , 61 years old
B-NLP I-NP I-NP I-NP I-NP

Libraries

Use these libraries to find Chunking models and implementations
3 papers
1,878
2 papers
13,575

Most implemented papers

Boundary-based MWE segmentation with text partitioning

jakerylandwilliams/partitioner 5 Aug 2016

This work presents a fine-grained, text-chunking algorithm designed for the task of multiword expressions (MWEs) segmentation.

Keystroke dynamics as signal for shallow syntactic parsing

bplank/coling2016ks COLING 2016

Keystroke dynamics have been extensively used in psycholinguistic and writing research to gain insights into cognitive processing.

Neural Models for Sequence Chunking

threelittlemonkeys/pointer-network-pytorch 15 Jan 2017

Many natural language understanding (NLU) tasks, such as shallow parsing (i. e., text chunking) and semantic slot filling, require the assignment of representative labels to the meaningful chunks in a sentence.

NNVLP: A Neural Network-Based Vietnamese Language Processing Toolkit

pth1993/NNVLP IJCNLP 2017

This paper demonstrates neural network-based toolkit namely NNVLP for essential Vietnamese language processing tasks including part-of-speech (POS) tagging, chunking, named entity recognition (NER).

Robust Multilingual Part-of-Speech Tagging via Adversarial Training

michiyasunaga/pos_adv NAACL 2018

Adversarial training (AT) is a powerful regularization method for neural networks, aiming to achieve robustness to input perturbations.

Does Higher Order LSTM Have Better Accuracy for Segmenting and Labeling Sequence Data?

lancopku/Multi-Order-LSTM COLING 2018

In our work, we first design a new model called "high order LSTM" to predict multiple tags for the current token which contains not only the current tag but also the previous several tags.

A Feature-Rich Vietnamese Named-Entity Recognition Model

minhpqn/vietner 12 Mar 2018

We also explore the effects of word segmentation, PoS tagging, and chunking results of many popular Vietnamese NLP toolkits on the accuracy of the proposed feature-based NER model.

A Tree Search Algorithm for Sequence Labeling

YadiLao/MM-Tag 29 Apr 2018

Inspired by the success and methodology of the AlphaGo Zero, MM-Tag formalizes the problem of sequence tagging with a Monte Carlo tree search (MCTS) enhanced Markov decision process (MDP) model, in which the time steps correspond to the positions of words in a sentence from left to right, and each action corresponds to assign a tag to a word.