paper-with-me

홈 › Papers

Towards Few-shot Entity Recognition in Document Images: A Label-aware Sequence-to-Sequence Framework

2022-03-30 · Findings (ACL) 2022 5 · Zilong Wang, Jingbo Shang

Entity recognition is a fundamental task in understanding document images. Traditional sequence labeling frameworks treat the entity types as class IDs and rely on extensive data and high-quality annotations to learn semantics which are typically expensive in practice. In this paper, we aim to build an entity recognition model requiring only a few shots of annotated document images. To overcome the data limitation, we propose to leverage the label surface names to better inform the model of the target entity type semantics and also embed the labels into the spatial embedding space to capture the spatial correspondence between regions and labels. Specifically, we go beyond sequence labeling and develop a novel label-aware seq2seq framework, LASER. The proposed model follows a new labeling scheme that generates the label surface names word-by-word explicitly after generating the entities. During training, LASER refines the label semantics by updating the label surface name representations and also strengthens the label-region correlation. In this way, LASER recognizes the entities from document images through both semantic and layout correspondence. Extensive experiments on two benchmark datasets demonstrate the superiority of LASER under the few-shot setting.

📄 PDF Abstract BibTeX arXiv:2204.05819

Code (1)

zlwang-cs/laser-release 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Towards Few-shot Entity Recognition in Document Images: A Label-aware Sequence-to-Sequence Framework

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

Entity recognition is a fundamental task in understanding document images. Traditional sequence labeling framework requires extensive datasets and high-quality annotations, which are typically expensive in practice. In t…

Label Semantics for Few Shot Named Entity Recognition

2022-03-16 · Findings (ACL) 2022 5 · Jie Ma, Miguel Ballesteros, Srikanth Doss, Rishita Anubhai 외

We study the problem of few shot learning for named entity recognition. Specifically, we leverage the semantic information in the names of the labels as a way of giving the model additional signal and enriched priors. We…

Few-Shot LearningFew-shot NERNamed Entity RecognitionNamed Entity Recognition (NER)

UNER: A Unified Prediction Head for Named Entity Recognition in Visually-rich Documents

2024-08-02 · Yi Tu, Chong Zhang, Ya Guo, Huan Chen 외

The recognition of named entities in visually-rich documents (VrD-NER) plays a critical role in various real-world scenarios and applications. However, the research in VrD-NER faces three major challenges: complex docume…

named-entity-recognitionNamed Entity RecognitionNERTransfer Learning

Towards Few-shot Entity Recognition in Document Images: A Graph Neural Network Approach Robust to Image Manipulation

2023-05-24 · Prashant Krishnan, Zilong Wang, Yangkun Wang, Jingbo Shang

Recent advances of incorporating layout information, typically bounding box coordinates, into pre-trained language models have achieved significant performance in entity recognition from document images. Using coordinate…

Graph Neural NetworkImage ManipulationLanguage ModelingLanguage Modelling+1

On Task-personalized Multimodal Few-shot Learning for Visually-rich Document Entity Retrieval

2023-11-01 · Jiayi Chen, Hanjun Dai, Bo Dai, Aidong Zhang 외

Visually-rich document entity retrieval (VDER), which extracts key information (e.g. date, address) from document images like invoices and receipts, has become an important topic in industrial NLP applications. The emerg…

Contrastive LearningEntity RetrievalFew-Shot LearningMeta-Learning+1