paper-with-me

홈 › Papers

GateNLP-UShef at SemEval-2022 Task 8: Entity-Enriched Siamese Transformer for Multilingual News Article Similarity

2022-05-31 · SemEval (NAACL) 2022 7 · Iknoor Singh, Yue Li, Melissa Thong, Carolina Scarton

This paper describes the second-placed system on the leaderboard of SemEval-2022 Task 8: Multilingual News Article Similarity. We propose an entity-enriched Siamese Transformer which computes news article similarity based on different sub-dimensions, such as the shared narrative, entities, location and time of the event discussed in the news article. Our system exploits a Siamese network architecture using a Transformer encoder to learn document-level representations for the purpose of capturing the narrative together with the auxiliary entity-based features extracted from the news articles. The intuition behind using all these features together is to capture the similarity between news articles at different granularity levels and to assess the extent to which different news outlets write about "the same events". Our experimental results and detailed ablation study demonstrate the effectiveness and the validity of our proposed method.

📄 PDF Abstract BibTeX arXiv:2205.15812

Code (1)

iknoorjobs/semeval-code 공식 구현 pytorch

Tasks

Articles

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
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…
Position-Wise Feed-Forward Layer 설명 없음
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…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

GateNLP at SemEval-2025 Task 10: Hierarchical Three-Step Prompting for Multilingual Narrative Classification

2025-05-28 · Iknoor Singh, Carolina Scarton, Kalina Bontcheva

The proliferation of online news and the increasing spread of misinformation necessitate robust methods for automatic data analysis. Narrative classification is emerging as a important task, since identifying what is bei…

ArticlesLanguage ModelingLanguage ModellingLarge Language Model+1

USHEF and USAAR-USHEF participation in the WMT15 QE shared task

2015-09-01 · WS 2015 9 · Carolina Scarton, Liling Tan, Lucia Specia
Machine Translation

Summ-it++: an Enriched Version of the Summ-it Corpus

2016-05-01 · LREC 2016 5 · Ev Fonseca, ro, Andr{\'e} Antonitsch, S Collovini 외

This paper presents Summ-it++, an enriched version the Summ-it corpus. In this new version, the corpus has received new semantic layers, named entity categories and relations between named entities, adding to the previou…

IXA/Cogcomp at SemEval-2023 Task 2: Context-enriched Multilingual Named Entity Recognition using Knowledge Bases

2023-04-20 · Iker García-Ferrero, Jon Ander Campos, Oscar Sainz, Ander Salaberria 외

Named Entity Recognition (NER) is a core natural language processing task in which pre-trained language models have shown remarkable performance. However, standard benchmarks like CoNLL 2003 do not address many of the ch…

Multilingual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Entity-aware Transformers for Entity Search

2022-05-02 · Emma J. Gerritse, Faegheh Hasibi, Arjen P. de Vries

Pre-trained language models such as BERT have been a key ingredient to achieve state-of-the-art results on a variety of tasks in natural language processing and, more recently, also in information retrieval.Recent resear…

Entity EmbeddingsEntity RetrievalKnowledge GraphsLanguage Modelling+2