paper-with-me

Papers

CTLR@WiC-TSV: Target Sense Verification using Marked Inputs andPre-trained Models

2021-04-30 · SemDeep 2021 1 · José G. Moreno, Elvys Linhares Pontes, Gaël Dias

This paper describes the CTRL participation in the Target Sense Verification of the Words in Context challenge (WiC-TSV) at SemDeep6. Our strategy is based on a simplistic annotation scheme of the target words to later be classified by well-known pre-trained neural models. In particular, the marker allows to include position information to help models to correctly identify the word to disambiguate. Results on the challenge show that our strategy outperforms other participants (+11, 4 Accuracy points) and strong baselines (+1, 7 Accuracy points).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingPosition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…
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…

Similar Papers 제목 키워드 기반

InstructLR: A Scalable Approach to Create Instruction Dataset for Under-Resourced Languages

2025-12-01 · Mamadou K. Keita, Sebastien Diarra, Christopher Homan, Seydou Diallo arxiv

Effective text generation and chat interfaces for low-resource languages (LRLs) remain a challenge for state-of-the-art large language models (LLMs) to support. This is mainly due to the difficulty of curating high-quali…

Synthetic Data GenerationText Generation

WiC-TSV-de: German Word-in-Context Target-Sense-Verification Dataset and Cross-Lingual Transfer Analysis

2022-06-01 · LREC 2022 6 · Anna Breit, Artem Revenko, Narayani Blaschke

Target Sense Verification (TSV) describes the binary disambiguation task of deciding whether the intended sense of a target word in a context corresponds to a given target sense. In this paper, we introduce WiC-TSV-de, a…

Cross-Lingual Transfer

SALMA: Arabic Sense-Annotated Corpus and WSD Benchmarks

2023-10-29 · Mustafa Jarrar, Sanad Malaysha, Tymaa Hammouda, Mohammed Khalilia

SALMA, the first Arabic sense-annotated corpus, consists of ~34K tokens, which are all sense-annotated. The corpus is annotated using two different sense inventories simultaneously (Modern and Ghani). SALMA novelty lies …

Word Sense Disambiguation

WiC-TSV: An Evaluation Benchmark for Target Sense Verification of Words in Context

2020-04-30 · EACL 2021 2 · Anna Breit, Artem Revenko, Kiamehr Rezaee, Mohammad Taher Pilehvar 외

We present WiC-TSV, a new multi-domain evaluation benchmark for Word Sense Disambiguation. More specifically, we introduce a framework for Target Sense Verification of Words in Context which grounds its uniqueness in the…

Binary ClassificationEntity LinkingWord Sense Disambiguation

Correctness Verification of Neural Networks

2019-06-03 · Yichen Yang, Martin Rinard

We present a novel framework for specifying and verifying correctness globally for neural networks on perception tasks. Most previous works on neural network verification for perception tasks focus on robustness verifica…