中文
相关论文

相关论文: OCHADAI-KYOTO at SemEval-2021 Task 1: Enhancing Mo…

200 篇论文

This paper describes a system submitted by team BigGreen to LCP 2021 for predicting the lexical complexity of English words in a given context. We assemble a feature engineering-based model with a deep neural network model founded on BERT.…

计算与语言 · 计算机科学 2021-07-29 Aadil Islam , Weicheng Ma , Soroush Vosoughi

This paper presents the results and main findings of SemEval-2021 Task 1 - Lexical Complexity Prediction. We provided participants with an augmented version of the CompLex Corpus (Shardlow et al 2020). CompLex is an English multi-domain…

计算与语言 · 计算机科学 2021-06-02 Matthew Shardlow , Richard Evans , Gustavo Henrique Paetzold , Marcos Zampieri

This paper describes our contribution to SemEval 2021 Task 1: Lexical Complexity Prediction. In our approach, we leverage the ELECTRA model and attempt to mirror the data annotation scheme. Although the task is a regression task, we show…

计算与语言 · 计算机科学 2021-04-05 Neil Rajiv Shirude , Sagnik Mukherjee , Tushar Shandhilya , Ananta Mukherjee , Ashutosh Modi

We propose a multilingual adversarial training model for determining whether a sentence contains an idiomatic expression. Given that a key challenge with this task is the limited size of annotated data, our model relies on pre-trained…

计算与语言 · 计算机科学 2022-06-08 Lis Kanashiro Pereira , Ichiro Kobayashi

Multiword expressions (MWEs) represent lexemes that should be treated as single lexical units due to their idiosyncratic nature. Multiple NLP applications have been shown to benefit from MWE identification, however the research on lexical…

计算与语言 · 计算机科学 2020-05-13 Ekaterina Kochmar , Sian Gooding , Matthew Shardlow

This paper describes team LCP-RIT's submission to the SemEval-2021 Task 1: Lexical Complexity Prediction (LCP). The task organizers provided participants with an augmented version of CompLex (Shardlow et al., 2020), an English multi-domain…

计算与语言 · 计算机科学 2021-05-20 Abhinandan Desai , Kai North , Marcos Zampieri , Christopher M. Homan

Multiword expressions (MWEs) present groups of words in which the meaning of the whole is not derived from the meaning of its parts. The task of processing MWEs is crucial in many natural language processing (NLP) applications, including…

计算与语言 · 计算机科学 2022-08-17 Damith Premasiri , Tharindu Ranasinghe

Reading is a complex process which requires proper understanding of texts in order to create coherent mental representations. However, comprehension problems may arise due to hard-to-understand sections, which can prove troublesome for…

计算与语言 · 计算机科学 2021-04-15 George-Eduard Zaharia , Dumitru-Clementin Cercel , Mihai Dascalu

In this work, we present our approach for solving the SemEval 2021 Task 2: Multilingual and Cross-lingual Word-in-Context Disambiguation (MCL-WiC). The task is a sentence pair classification problem where the goal is to detect whether a…

计算与语言 · 计算机科学 2021-04-06 Rohan Gupta , Jay Mundra , Deepak Mahajan , Ashutosh Modi

This paper describes the system developed by the Laboratoire d'analyse statistique des textes (LAST) for the Lexical Complexity Prediction shared task at SemEval-2021. The proposed system is made up of a LightGBM model fed with features…

计算与语言 · 计算机科学 2021-05-21 Yves Bestgen

Models of acoustic word embeddings (AWEs) learn to map variable-length spoken word segments onto fixed-dimensionality vector representations such that different acoustic exemplars of the same word are projected nearby in the embedding…

计算与语言 · 计算机科学 2022-09-20 Badr M. Abdullah , Bernd Möbius , Dietrich Klakow

Multiword expressions (MWEs) refer to idiomatic sequences of multiple words. MWE identification, i.e., detecting MWEs in text, can play a key role in downstream tasks such as machine translation, but existing datasets for the task are…

计算与语言 · 计算机科学 2025-07-11 Yusuke Ide , Joshua Tanner , Adam Nohejl , Jacob Hoffman , Justin Vasselli , Hidetaka Kamigaito , Taro Watanabe

This paper describes the performance of the team cs60075_team2 at SemEval 2021 Task 1 - Lexical Complexity Prediction. The main contribution of this paper is to fine-tune transformer-based language models pre-trained on several text…

计算与语言 · 计算机科学 2021-06-07 Abhilash Nandy , Sayantan Adak , Tanurima Halder , Sai Mahesh Pokala

We propose an unsupervised approach to paraphrasing multiword expressions (MWEs) in context. Our model employs only monolingual corpus data and pre-trained language models (without fine-tuning), and does not make use of any external…

计算与语言 · 计算机科学 2023-06-05 Takashi Wada , Yuji Matsumoto , Timothy Baldwin , Jey Han Lau

Multiword expressions (MWEs) are composed of multiple words and exhibit variable degrees of compositionality. As such, their meanings are notoriously difficult to model, and it is unclear to what extent this issue affects transformer…

计算与语言 · 计算机科学 2024-01-30 Filip Miletić , Sabine Schulte im Walde

This paper presents our strategy to address the SemEval-2022 Task 3 PreTENS: Presupposed Taxonomies Evaluating Neural Network Semantics. The goal of the task is to identify if a sentence is deemed acceptable or not, depending on the…

计算与语言 · 计算机科学 2022-10-10 Injy Sarhan , Pablo Mosteiro , Marco Spruit

We investigate the task of complex NER for the English language. The task is non-trivial due to the semantic ambiguity of the textual structure and the rarity of occurrence of such entities in the prevalent literature. Using pre-trained…

计算与语言 · 计算机科学 2022-04-06 Amit Pandey , Swayatta Daw , Vikram Pudi

This research presents our team KEIS@JUST participation at SemEval-2020 Task 12 which represents shared task on multilingual offensive language. We participated in all the provided languages for all subtasks except sub-task-A for the…

计算与语言 · 计算机科学 2020-05-19 Saja Khaled Tawalbeh , Mahmoud Hammad , Mohammad AL-Smadi

This paper revisits the problem of complex word identification (CWI) following up the SemEval CWI shared task. We use ensemble classifiers to investigate how well computational methods can discriminate between complex and non-complex words.…

计算与语言 · 计算机科学 2017-10-16 Marcos Zampieri , Shervin Malmasi , Gustavo Paetzold , Lucia Specia

We propose a unified framework that enables us to consider various aspects of contextualization at different levels to better identify the idiomaticity of multi-word expressions. Through extensive experiments, we demonstrate that our…

计算与语言 · 计算机科学 2022-06-24 Youngju Joung , Taeuk Kim
‹ 上一页 1 2 3 10 下一页 ›