中文
相关论文

相关论文: Stanza: A Python Natural Language Processing Toolk…

200 篇论文

LexNLP is an open source Python package focused on natural language processing and machine learning for legal and regulatory text. The package includes functionality to (i) segment documents, (ii) identify key text such as titles and…

计算与语言 · 计算机科学 2018-06-12 Michael J Bommarito , Daniel Martin Katz , Eric M Detterman

We propose a novel hybrid approach to lemmatization that enhances the seq2seq neural model with additional lemmas extracted from an external lexicon or a rule-based system. During training, the enhanced lemmatizer learns both to generate…

计算与语言 · 计算机科学 2022-11-16 Kirill Milintsevich , Kairit Sirts

The scale, variety, and quantity of publicly-available NLP datasets has grown rapidly as researchers propose new tasks, larger models, and novel benchmarks. Datasets is a community library for contemporary NLP designed to support this…

Language typology databases enhance multi-lingual Natural Language Processing (NLP) by improving model adaptability to diverse linguistic structures. The widely-used lang2vec toolkit integrates several such databases, but its coverage…

计算与语言 · 计算机科学 2024-09-27 Hamidreza Amirzadeh , Sadegh Jafari , Anika Harju , Rob van der Goot

We introduce \texttt{N-LTP}, an open-source neural language technology platform supporting six fundamental Chinese NLP tasks: {lexical analysis} (Chinese word segmentation, part-of-speech tagging, and named entity recognition), {syntactic…

计算与语言 · 计算机科学 2021-09-24 Wanxiang Che , Yunlong Feng , Libo Qin , Ting Liu

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

We present mahaNLP, an open-source natural language processing (NLP) library specifically built for the Marathi language. It aims to enhance the support for the low-resource Indian language Marathi in the field of NLP. It is an easy-to-use,…

计算与语言 · 计算机科学 2023-11-07 Vidula Magdum , Omkar Dhekane , Sharayu Hiwarkhedkar , Saloni Mittal , Raviraj Joshi

We present word2word, a publicly available dataset and an open-source Python package for cross-lingual word translations extracted from sentence-level parallel corpora. Our dataset provides top-k word translations in 3,564 (directed)…

计算与语言 · 计算机科学 2019-11-28 Yo Joong Choe , Kyubyong Park , Dongwoo Kim

One of the primary obstacles in the advancement of Natural Language Processing (NLP) technologies for low-resource languages is the lack of annotated datasets for training and testing machine learning models. In this paper, we present…

计算与语言 · 计算机科学 2023-10-13 Hrishikesh Terdalkar , Arnab Bhattacharya

We train neural models for morphological analysis, generation and lemmatization for morphologically rich languages. We present a method for automatically extracting substantially large amount of training data from FSTs for 22 languages, out…

计算与语言 · 计算机科学 2021-05-27 Mika Hämäläinen , Niko Partanen , Jack Rueter , Khalid Alnajjar

Probing the multilingual knowledge of linguistic structure in LLMs, often characterized as sequence labeling, faces challenges with maintaining output templates in current text-to-text prompting strategies. To solve this, we introduce a…

计算与语言 · 计算机科学 2025-11-07 Ercong Nie , Shuzhou Yuan , Bolei Ma , Helmut Schmid , Michael Färber , Frauke Kreuter , Hinrich Schütze

We introduce YATO, an open-source, easy-to-use toolkit for text analysis with deep learning. Different from existing heavily engineered toolkits and platforms, YATO is lightweight and user-friendly for researchers from cross-disciplinary…

计算与语言 · 计算机科学 2023-10-19 Zeqiang Wang , Yile Wang , Jiageng Wu , Zhiyang Teng , Jie Yang

Python is one of the fastest-growing programming languages and currently ranks as the top language in many lists, even recently overtaking JavaScript as the top language on GitHub. Given its importance in data science and machine learning,…

软件工程 · 计算机科学 2025-02-10 Idriss Abdelmadjid , Robert Dyer

We propose a unified neural network architecture and learning algorithm that can be applied to various natural language processing tasks including: part-of-speech tagging, chunking, named entity recognition, and semantic role labeling. This…

机器学习 · 计算机科学 2011-03-03 Ronan Collobert , Jason Weston , Leon Bottou , Michael Karlen , Koray Kavukcuoglu , Pavel Kuksa

Motivated by the sparsity of NLP resources for Eastern European languages, we present a broad index of existing Eastern European language resources (90+ datasets and 45+ models) published as a github repository open for updates from the…

We release Galactic Dependencies 1.0---a large set of synthetic languages not found on Earth, but annotated in Universal Dependencies format. This new resource aims to provide training and development data for NLP methods that aim to adapt…

计算与语言 · 计算机科学 2017-10-12 Dingquan Wang , Jason Eisner

We present fastHan, an open-source toolkit for four basic tasks in Chinese natural language processing: Chinese word segmentation (CWS), Part-of-Speech (POS) tagging, named entity recognition (NER), and dependency parsing. The backbone of…

计算与语言 · 计算机科学 2021-06-01 Zhichao Geng , Hang Yan , Xipeng Qiu , Xuanjing Huang

Linguistic typology aims to capture structural and semantic variation across the world's languages. A large-scale typology could provide excellent guidance for multilingual Natural Language Processing (NLP), particularly for languages that…

In the language domain, as in other domains, neural explainability takes an ever more important role, with feature attribution methods on the forefront. Many such methods require considerable computational resources and expert knowledge…

计算与语言 · 计算机科学 2021-09-01 Nils Feldhus , Robert Schwarzenberg , Sebastian Möller