paper-with-me

Papers

T-Projection: High Quality Annotation Projection for Sequence Labeling Tasks

2022-12-20 · Iker García-Ferrero, Rodrigo Agerri, German Rigau

In the absence of readily available labeled data for a given sequence labeling task and language, annotation projection has been proposed as one of the possible strategies to automatically generate annotated data. Annotation projection has often been formulated as the task of transporting, on parallel corpora, the labels pertaining to a given span in the source language into its corresponding span in the target language. In this paper we present T-Projection, a novel approach for annotation projection that leverages large pretrained text-to-text language models and state-of-the-art machine translation technology. T-Projection decomposes the label projection task into two subtasks: (i) A candidate generation step, in which a set of projection candidates using a multilingual T5 model is generated and, (ii) a candidate selection step, in which the generated candidates are ranked based on translation probabilities. We conducted experiments on intrinsic and extrinsic tasks in 5 Indo-European and 8 low-resource African languages. We demostrate that T-projection outperforms previous annotation projection methods by a wide margin. We believe that T-Projection can help to automatically alleviate the lack of high-quality training data for sequence labeling tasks. Code and data are publicly available.

📄 PDF Abstract BibTeX arXiv:2212.10548

Code (2)

ikergarcia1996/t-projection 공식 구현 pytorch
ikergarcia1996/Iker-Garcia-Ferrero

Tasks

Cross-Lingual NERMachine TranslationTranslationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
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 &…

Similar Papers 제목 키워드 기반

CAMAv2: A Vision-Centric Approach for Static Map Element Annotation

2024-07-31 · Shiyuan Chen, Jiaxin Zhang, Ruohong Mei, Yingfeng Cai 외

The recent development of online static map element (a.k.a. HD map) construction algorithms has raised a vast demand for data with ground truth annotations. However, available public datasets currently cannot provide hig…

SpanAlign: Efficient Sequence Tagging Annotation Projection into Translated Data applied to Cross-Lingual Opinion Mining

2021-11-01 · WNUT (ACL) 2021 11 · Léo Jacqmin, Gabriel Marzinotto, Justyna Gromada, Ewelina Szczekocka 외

Following the increasing performance of neural machine translation systems, the paradigm of using automatically translated data for cross-lingual adaptation is now studied in several applicative domains. The capacity to …

Data AugmentationMachine TranslationOpinion MiningTranslation

A Vision-Centric Approach for Static Map Element Annotation

2023-09-21 · Jiaxin Zhang, Shiyuan Chen, Haoran Yin, Ruohong Mei 외

The recent development of online static map element (a.k.a. HD Map) construction algorithms has raised a vast demand for data with ground truth annotations. However, available public datasets currently cannot provide hig…

Just Use XML: Revisiting Joint Translation and Label Projection

2026-03-12 · Thennal DK, Chris Biemann, Hans Ole Hatzel arxiv

Label projection is an effective technique for cross-lingual transfer, extending span-annotated datasets from a high-resource language to low-resource ones. Most approaches perform label projection as a separate step aft…

Cross-Lingual TransferMachine Translation

The Projector: An Interactive Annotation Projection Visualization Tool

2017-09-01 · EMNLP 2017 9 · Alan Akbik, Rol Vollgraf,

Previous works proposed annotation projection in parallel corpora to inexpensively generate treebanks or propbanks for new languages. In this approach, linguistic annotation is automatically transferred from a resource-r…