中文
相关论文

相关论文: Harnessing Multilingual Resources to Question Answ…

200 篇论文

Neural networks provide new possibilities to automatically learn complex language patterns and query-document relations. Neural IR models have achieved promising results in learning query-document relevance patterns, but few explorations…

信息检索 · 计算机科学 2019-05-23 Zhuyun Dai , Jamie Callan

The focus of language model evaluation has transitioned towards reasoning and knowledge-intensive tasks, driven by advancements in pretraining large models. While state-of-the-art models are partially trained on large Arabic texts,…

In multilingual question answering, either the question needs to be translated into the document language, or vice versa. In addition to direction, there are multiple methods to perform the translation, four of which we explore in this…

计算与语言 · 计算机科学 2016-09-28 Ferhan Ture , Elizabeth Boschee

In natural language processing, multilingual models like mBERT and XLM-RoBERTa promise broad coverage but often struggle with languages that share a script yet differ in orthographic norms and cultural context. This issue is especially…

Information extraction is an important task in NLP, enabling the automatic extraction of data for relational database filling. Historically, research and data was produced for English text, followed in subsequent years by datasets in…

计算与语言 · 计算机科学 2019-12-13 Taesun Moon , Parul Awasthy , Jian Ni , Radu Florian

The rapid advancements in Large Language Models (LLMs) have led to significant improvements in various natural language processing tasks. However, the evaluation of LLMs' legal knowledge, particularly in non-English languages such as…

Large pre-trained language models help to achieve state of the art on a variety of natural language processing (NLP) tasks, nevertheless, they still suffer from forgetting when incrementally learning a sequence of tasks. To alleviate this…

计算与语言 · 计算机科学 2023-03-03 Mingxu Tao , Yansong Feng , Dongyan Zhao

Enabling empathetic behavior in Arabic dialogue agents is an important aspect of building human-like conversational models. While Arabic Natural Language Processing has seen significant advances in Natural Language Understanding (NLU) with…

计算与语言 · 计算机科学 2021-03-09 Tarek Naous , Wissam Antoun , Reem A. Mahmoud , Hazem Hajj

Parsing the Arabic language is a difficult task given the specificities of this language and given the scarcity of digital resources (grammars and annotated corpora). In this paper, we suggest a method for Arabic parsing based on supervised…

计算与语言 · 计算机科学 2014-11-03 Nabil Khoufi , Chafik Aloulou , Lamia Hadrich Belguith

We study the performance of monolingual and multilingual language models on the task of question-answering (QA) on three diverse languages: English, Finnish and Japanese. We develop models for the tasks of (1) determining if a question is…

计算与语言 · 计算机科学 2022-12-06 Ayrton San Joaquin , Filip Skubacz

This paper describes a language representation model which combines the Bidirectional Encoder Representations from Transformers (BERT) learning mechanism described in Devlin et al. (2018) with a generalization of the Universal Transformer…

计算与语言 · 计算机科学 2019-05-17 Alon Rozental , Zohar Kelrich , Daniel Fleischer

BERT and other large-scale language models (LMs) contain gender and racial bias. They also exhibit other dimensions of social bias, most of which have not been studied in depth, and some of which vary depending on the language. In this…

计算与语言 · 计算机科学 2021-09-15 Jaimeen Ahn , Alice Oh

Named entity recognition is a natural language processing task to recognize and extract spans of text associated with named entities and classify them in semantic Categories. Google BERT is a deep bidirectional language model, pre-trained…

计算与语言 · 计算机科学 2020-03-20 Ehsan Taher , Seyed Abbas Hoseini , Mehrnoush Shamsfard

The advent of deep neural networks pre-trained via language modeling tasks has spurred a number of successful applications in natural language processing. This work explores one such popular model, BERT, in the context of document ranking.…

信息检索 · 计算机科学 2019-11-01 Rodrigo Nogueira , Wei Yang , Kyunghyun Cho , Jimmy Lin

While participants in a multi-party multi-turn conversation simultaneously engage in multiple conversation topics, existing response selection methods are developed mainly focusing on a two-party single-conversation scenario. Hence, the…

计算与语言 · 计算机科学 2020-10-16 Weishi Wang , Shafiq Joty , Steven C. H. Hoi

The prominence of figurative language devices, such as sarcasm and irony, poses serious challenges for Arabic Sentiment Analysis (SA). While previous research works tackle SA and sarcasm detection separately, this paper introduces an…

计算与语言 · 计算机科学 2021-06-24 Abdelkader El Mahdaouy , Abdellah El Mekki , Kabil Essefar , Nabil El Mamoun , Ismail Berrada , Ahmed Khoumsi

Recent advancements in NLP have given us models like mBERT and XLMR that can serve over 100 languages. The languages that these models are evaluated on, however, are very few in number, and it is unlikely that evaluation datasets will cover…

计算与语言 · 计算机科学 2021-10-19 Anirudh Srinivasan , Sunayana Sitaram , Tanuja Ganu , Sandipan Dandapat , Kalika Bali , Monojit Choudhury

Pre-trained language models have revolutionized the natural language understanding landscape, most notably BERT (Bidirectional Encoder Representations from Transformers). However, a significant challenge remains for low-resource languages,…

计算与语言 · 计算机科学 2024-02-23 Piotr Rybak

Natural language understanding has recently seen a surge of progress with the use of sentence encoders like ELMo (Peters et al., 2018a) and BERT (Devlin et al., 2019) which are pretrained on variants of language modeling. We conduct the…

BERT model has been successfully applied to open-domain QA tasks. However, previous work trains BERT by viewing passages corresponding to the same question as independent training instances, which may cause incomparable scores for answers…

计算与语言 · 计算机科学 2019-10-03 Zhiguo Wang , Patrick Ng , Xiaofei Ma , Ramesh Nallapati , Bing Xiang