paper-with-me

Papers

BERT got a Date: Introducing Transformers to Temporal Tagging

2021-09-30 · Satya Almasian, Dennis Aumiller, Michael Gertz

Temporal expressions in text play a significant role in language understanding and correctly identifying them is fundamental to various retrieval and natural language processing systems. Previous works have slowly shifted from rule-based to neural architectures, capable of tagging expressions with higher accuracy. However, neural models can not yet distinguish between different expression types at the same level as their rule-based counterparts. In this work, we aim to identify the most suitable transformer architecture for joint temporal tagging and type classification, as well as, investigating the effect of semi-supervised training on the performance of these systems. Based on our study of token classification variants and encoder-decoder architectures, we present a transformer encoder-decoder model using the RoBERTa language model as our best performing system. By supplementing training resources with weakly labeled data from rule-based systems, our model surpasses previous works in temporal tagging and type classification, especially on rare classes. Our code and pre-trained experiments are available at: https://github.com/satya77/Transformer_Temporal_Tagger

📄 PDF Abstract BibTeX arXiv:2109.14927

Code (1)

satya77/Transformer_Temporal_Tagger 공식 구현 pytorch

Tasks

ClassificationDecoderLanguage ModelingLanguage ModellingRetrievalTemporal Taggingtoken-classificationToken Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Residual Connection 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

BERT got a Date: Introducing Transformers to Temporal Tagging

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

Temporal expressions in text play a significant role in language understanding, and correctly identifying them is fundamental to various retrieval and natural language processing systems. Previous works have slowly shift…

ClassificationDecoderLanguage ModelingLanguage Modelling+4

BBPOS: BERT-based Part-of-Speech Tagging for Uzbek

2025-01-17 · Latofat Bobojonova, Arofat Akhundjanova, Phil Ostheimer, Sophie Fellenz

This paper advances NLP research for the low-resource Uzbek language by evaluating two previously untested monolingual Uzbek BERT models on the part-of-speech (POS) tagging task and introducing the first publicly availab…

Part-Of-Speech TaggingPOSPOS TaggingSensitivity

A More Efficient Chinese Named Entity Recognition base on BERT and Syntactic Analysis

2021-01-11 · Xiao Fu, Guijun Zhang

We propose a new Named entity recognition (NER) method to effectively make use of the results of Part-of-speech (POS) tagging, Chinese word segmentation (CWS) and parsing while avoiding NER error caused by POS tagging er…

Chinese Named Entity RecognitionChinese Word Segmentationnamed-entity-recognitionNamed Entity Recognition+5

An Empirical Study of Pre-trained Transformers for Arabic Information Extraction

2020-04-30 · EMNLP 2020 11 · Wuwei Lan, Yang Chen, Wei Xu, Alan Ritter

Multilingual pre-trained Transformers, such as mBERT (Devlin et al., 2019) and XLM-RoBERTa (Conneau et al., 2020a), have been shown to enable the effective cross-lingual zero-shot transfer. However, their performance on …

Cross-Lingual TransferLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+8

Adaptation of Deep Bidirectional Transformers for Afrikaans Language

2020-05-01 · LREC 2020 5 · Sello Ralethe

The recent success of pretrained language models in Natural Language Processing has sparked interest in training such models for languages other than English. Currently, training of these models can either be monolingual…

Dependency ParsingLanguage ModelingLanguage Modellingnamed-entity-recognition+4