paper-with-me

Papers

Nikkei at SemEval-2022 Task 8: Exploring BERT-based Bi-Encoder Approach for Pairwise Multilingual News Article Similarity

2022-07-01 · SemEval (NAACL) 2022 7 · Shotaro Ishihara, Hono Shirai

This paper describes our system in SemEval-2022 Task 8, where participants were required to predict the similarity of two multilingual news articles. In the task of pairwise sentence and document scoring, there are two main approaches: Cross-Encoder, which inputs pairs of texts into a single encoder, and Bi-Encoder, which encodes each input independently. The former method often achieves higher performance, but the latter gave us a better result in SemEval-2022 Task 8. This paper presents our exploration of BERT-based Bi-Encoder approach for this task, and there are several findings such as pretrained models, pooling methods, translation, data separation, and the number of tokens. The weighted average ensemble of the four models achieved the competitive result and ranked in the top 12.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesSentenceTranslation

Similar Papers 제목 키워드 기반

m\_y at SemEval-2019 Task 9: Exploring BERT for Suggestion Mining

2019-06-01 · SEMEVAL 2019 6 · Masahiro Yamamoto, Toshiyuki Sekiya

This paper presents our system to the SemEval-2019 Task 9, Suggestion Mining from Online Reviews and Forums. The goal of this task is to extract suggestions such as the expressions of tips, advice, and recommendations. W…

Suggestion mining

IITK at SemEval-2024 Task 1: Contrastive Learning and Autoencoders for Semantic Textual Relatedness in Multilingual Texts

2024-04-06 · Udvas Basak, Rajarshi Dutta, Shivam Pandey, Ashutosh Modi

This paper describes our system developed for the SemEval-2024 Task 1: Semantic Textual Relatedness. The challenge is focused on automatically detecting the degree of relatedness between pairs of sentences for 14 languag…

Contrastive LearningWord Embeddings

DSC IIT-ISM at SemEval-2020 Task 6: Boosting BERT with Dependencies for Definition Extraction

2020-09-17 · SEMEVAL 2020 · Aadarsh Singh, Priyanshu Kumar, Aman Sinha

We explore the performance of Bidirectional Encoder Representations from Transformers (BERT) at definition extraction. We further propose a joint model of BERT and Text Level Graph Convolutional Network so as to incorpor…

Definition ExtractionLanguage ModelingLanguage ModellingSentence

TECHSSN at SemEval-2021 Task 7: Humor and Offense detection and classification using ColBERT embeddings

2021-08-01 · SEMEVAL 2021 · Rajalakshmi Sivanaiah, Angel Deborah S, S Milton Rajendram, Mirnalinee Tt 외

This paper describes the system used for detecting humor in text. The system developed by the team TECHSSN uses binary classification techniques to classify the text. The data undergoes preprocessing and is given to ColB…

Binary Classification

ThisIsCompetition at SemEval-2019 Task 9: BERT is unstable for out-of-domain samples

2019-04-06 · SEMEVAL 2019 6 · Cheoneum Park, Juae Kim, Hyeon-gu Lee, Reinald Kim Amplayo 외

This paper describes our system, Joint Encoders for Stable Suggestion Inference (JESSI), for the SemEval 2019 Task 9: Suggestion Mining from Online Reviews and Forums. JESSI is a combination of two sentence encoders: (a)…

SentenceSuggestion miningTranslationWord Embeddings