Chunking

66 papers with code • 6 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,877
2 papers
13,551

Opening the black box of language acquisition

michaudj/languagelearner 18 Feb 2024

However, it is unclear whether or how these models represent grammatical information from the learned languages.

0
18 Feb 2024

Def2Vec: Extensible Word Embeddings from Dictionary Definitions

IreneMorazzoni/def_2_vec_irene ICNLSP 2023

Def2Vec introduces a novel paradigm for word embeddings, leveraging dictionary definitions to learn semantic representations.

0
16 Dec 2023

Fast and Accurate Factual Inconsistency Detection Over Long Documents

asappresearch/scale-score 19 Oct 2023

We introduce SCALE (Source Chunking Approach for Large-scale inconsistency Evaluation), a task-agnostic model for detecting factual inconsistencies using a novel chunking strategy.

15
19 Oct 2023

Unsupervised Chunking with Hierarchical RNN

manga-uofa/uchrnn 10 Sep 2023

Our approach involves a two-stage training process: pretraining with an unsupervised parser and finetuning on downstream NLP tasks.

1
10 Sep 2023

Geo-Encoder: A Chunk-Argument Bi-Encoder Framework for Chinese Geographic Re-Ranking

yongcaoplus/cgr_damo 4 Sep 2023

Chinese geographic re-ranking task aims to find the most relevant addresses among retrieved candidates, which is crucial for location-related services such as navigation maps.

0
04 Sep 2023

Sparse Modular Activation for Efficient Sequence Modeling

renll/seqboat NeurIPS 2023

To validate the effectiveness of SMA on sequence modeling, we design a novel neural architecture, SeqBoat, which employs SMA to sparsely activate a Gated Attention Unit (GAU) based on the state representations learned from an SSM.

29
19 Jun 2023

Recurrent Attention Networks for Long-text Modeling

4ai/ran 12 Jun 2023

Revisiting the self-attention mechanism and the recurrent structure, this paper proposes a novel long-document encoding model, Recurrent Attention Network (RAN), to enable the recurrent operation of self-attention.

19
12 Jun 2023

Open Information Extraction via Chunks

daviddongkc/chunk_oie 5 May 2023

Accordingly, we propose a simple BERT-based model for sentence chunking, and propose Chunk-OIE for tuple extraction on top of SaC.

0
05 May 2023

Experiential Explanations for Reinforcement Learning

amal994/experiential-explanations-rl 10 Oct 2022

However, RL agents discard the qualitative features of their training, making it difficult to recover user-understandable information for "why" an action is chosen.

1
10 Oct 2022

ChordMixer: A Scalable Neural Attention Model for Sequences with Different Lengths

ruslankhalitov/chordmixer 12 Jun 2022

Sequential data naturally have different lengths in many domains, with some very long sequences.

56
12 Jun 2022