中文
相关论文

相关论文: PhoNLP: A joint multi-task learning model for Viet…

200 篇论文

Character-level models have been used extensively in recent years in NLP tasks as both supplements and replacements for closed-vocabulary token-level word representations. In one popular architecture, character-level LSTMs are used to feed…

计算与语言 · 计算机科学 2019-03-13 Yuval Pinter , Marc Marone , Jacob Eisenstein

Historical languages present unique challenges to the NLP community, with one prominent hurdle being the limited resources available in their closed corpora. This work describes our submission to the constrained subtask of the SIGTYP 2024…

计算与语言 · 计算机科学 2024-05-31 Frederick Riemenschneider , Kevin Krahn

The rapid advancement of large language models (LLMs) necessitates the development of new benchmarks to accurately assess their capabilities. To address this need for Vietnamese, this work aims to introduce ViLLM-Eval, the comprehensive…

计算与语言 · 计算机科学 2024-04-19 Trong-Hieu Nguyen , Anh-Cuong Le , Viet-Cuong Nguyen

We describe the CoNLL-2003 shared task: language-independent named entity recognition. We give background information on the data sets (English and German) and the evaluation method, present a general overview of the systems that have taken…

计算与语言 · 计算机科学 2007-05-23 Erik F. Tjong Kim Sang , Fien De Meulder

This paper presents a novel method that allows a machine learning algorithm following the transformation-based learning paradigm \cite{brill95:tagging} to be applied to multiple classification tasks by training jointly and simultaneously on…

计算与语言 · 计算机科学 2007-05-23 Radu Florian , Grace Ngai

Neural Architecture Search (NAS) technologies have emerged in many domains to jointly learn the architectures and weights of the neural network. However, most existing NAS works claim they are task-specific and focus only on optimizing a…

计算机视觉与模式识别 · 计算机科学 2020-12-08 Sen Yang , Wankou Yang , Zhen Cui

Text classification is a typical natural language processing or computational linguistics task with various interesting applications. As the number of users on social media platforms increases, data acceleration promotes emerging studies on…

计算与语言 · 计算机科学 2022-09-22 Luan Thanh Nguyen , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen

Sequence labeling is a fundamental task in natural language processing and has been widely studied. Recently, RNN-based sequence labeling models have increasingly gained attentions. Despite superior performance achieved by learning the long…

计算与语言 · 计算机科学 2021-10-19 Wei Wei , Zanbo Wang , Xianling Mao , Guangyou Zhou , Pan Zhou , Sheng Jiang

Trained on the large corpus, pre-trained language models (PLMs) can capture different levels of concepts in context and hence generate universal language representations. They can benefit multiple downstream natural language processing…

计算与语言 · 计算机科学 2021-10-15 Nankai Lin , Yingwen Fu , Chuwei Chen , Ziyu Yang , Shengyi Jiang

In this paper, we explore the ways to improve POS-tagging using various types of auxiliary losses and different word representations. As a baseline, we utilized a BiLSTM tagger, which is able to achieve state-of-the-art results on the…

计算与语言 · 计算机科学 2018-07-04 Daniil Anastasyev , Ilya Gusev , Eugene Indenbom

Lexical normalization, a fundamental task in Natural Language Processing (NLP), involves the transformation of words into their canonical forms. This process has been proven to benefit various downstream NLP tasks greatly. In this work, we…

计算与语言 · 计算机科学 2024-02-01 Thanh-Nhi Nguyen , Thanh-Phong Le , Kiet Van Nguyen

We propose a morphologically informed model for named entity recognition, which is based on LSTM-CRF architecture and combines word embeddings, Bi-LSTM character embeddings, part-of-speech (POS) tags, and morphological information. While…

计算与语言 · 计算机科学 2019-08-28 Lilia Simeonova , Kiril Simov , Petya Osenova , Preslav Nakov

Named entity recognition (NER) is a foundational technology for information extraction. This paper presents a flexible NER framework compatible with different languages and domains. Inspired by the idea of distant supervision (DS), this…

计算与语言 · 计算机科学 2019-08-15 Hongyin Zhu , Wenpeng Hu , Yi Zeng

In Natural Language Processing (NLP), one traditionally considers a single task (e.g. part-of-speech tagging) for a single language (e.g. English) at a time. However, recent work has shown that it can be beneficial to take advantage of…

计算与语言 · 计算机科学 2018-09-10 Johannes Bjerva

Previous approaches to multilingual semantic dependency parsing treat languages independently, without exploiting the similarities between semantic structures across languages. We experiment with a new approach where we combine resources…

计算与语言 · 计算机科学 2018-05-30 Phoebe Mulcaire , Swabha Swayamdipta , Noah Smith

We propose a multi-task learning (MTL) model for jointly performing three tasks that are commonly solved in a text-to-speech (TTS) front-end: text normalization (TN), part-of-speech (POS) tagging, and homograph disambiguation (HD). Our…

计算与语言 · 计算机科学 2024-04-04 Wonjune Kang , Yun Wang , Shun Zhang , Arthur Hinsvark , Qing He

Coreference resolution is a vital task in natural language processing (NLP) that involves identifying and linking different expressions in a text that refer to the same entity. This task is particularly challenging for Vietnamese, a…

计算与语言 · 计算机科学 2025-04-29 Hieu-Dai Tran , Duc-Vu Nguyen , Ngan Luu-Thuy Nguyen

Named entity recognition (NER) is a fundamental task in natural language processing that involves identifying and classifying entities in sentences into pre-defined types. It plays a crucial role in various research fields, including entity…

计算与语言 · 计算机科学 2024-04-29 Dongsheng Wang , Xiaoqin Feng , Zeming Liu , Chuan Wang

Part of Speech (POS) tagging is crucial to Natural Language Processing (NLP). It is a well-studied topic in several resource-rich languages. However, the development of computational linguistic resources is still in its infancy despite the…

计算与语言 · 计算机科学 2023-01-25 Dhrubajyoti Pathak , Sukumar Nandi , Priyankoo Sarmah

Named entity recognition (NER) suffers from the scarcity of annotated training data, especially for low-resource languages without labeled data. Cross-lingual NER has been proposed to alleviate this issue by transferring knowledge from…

计算与语言 · 计算机科学 2022-10-14 Jian Yang , Shaohan Huang , Shuming Ma , Yuwei Yin , Li Dong , Dongdong Zhang , Hongcheng Guo , Zhoujun Li , Furu Wei