中文
相关论文

相关论文: Adversarial Learning for Chinese NER from Crowd An…

200 篇论文

Active learning algorithms automatically identify the most informative samples from large amounts of unlabeled data and tremendously reduce human annotation effort in inducing a machine learning model. In a conventional active learning…

机器学习 · 计算机科学 2026-04-28 Varun Totakura , Ankita Singh , Yushun Dong , Shayok Chakraborty

Real-world data for classification is often labeled by multiple annotators. For analyzing such data, we introduce CROWDLAB, a straightforward approach to utilize any trained classifier to estimate: (1) A consensus label for each example…

机器学习 · 计算机科学 2023-01-30 Hui Wen Goh , Ulyana Tkachenko , Jonas Mueller

Named entity recognition (NER) plays an important role in text-based information retrieval. In this paper, we combine Bidirectional Long Short-Term Memory (Bi-LSTM) \cite{hochreiter1997,schuster1997} with Conditional Random Field (CRF)…

计算与语言 · 计算机科学 2019-12-04 Ngoc C. Lê , Ngoc-Yen Nguyen , Anh-Duong Trinh

Supervised learning depends on annotated examples, which are taken to be the \emph{ground truth}. But these labels often come from noisy crowdsourcing platforms, like Amazon Mechanical Turk. Practitioners typically collect multiple labels…

机器学习 · 计算机科学 2018-05-22 Ashish Khetan , Zachary C. Lipton , Anima Anandkumar

Named Entity Recognition (NER) is one of the most common tasks of the natural language processing. The purpose of NER is to find and classify tokens in text documents into predefined categories called tags, such as person names, quantity…

计算与语言 · 计算机科学 2017-10-10 L. T. Anh , M. Y. Arkhipov , M. S. Burtsev

Named Entity Recognition (NER) performance often degrades rapidly when applied to target domains that differ from the texts observed during training. When in-domain labelled data is available, transfer learning techniques can be used to…

计算与语言 · 计算机科学 2020-05-01 Pierre Lison , Aliaksandr Hubin , Jeremy Barnes , Samia Touileb

We investigate a lattice-structured LSTM model for Chinese NER, which encodes a sequence of input characters as well as all potential words that match a lexicon. Compared with character-based methods, our model explicitly leverages word and…

计算与语言 · 计算机科学 2018-07-06 Yue Zhang , Jie Yang

Multi-label active learning is a hot topic in reducing the label cost by optimally choosing the most valuable instance to query its label from an oracle. In this paper, we consider the poolbased multi-label active learning under the…

机器学习 · 计算机科学 2015-08-05 Shao-Yuan Li , Yuan Jiang , Zhi-Hua Zhou

The ambiguous annotation criteria lead to divergence of Chinese Word Segmentation (CWS) datasets in various granularities. Multi-criteria Chinese word segmentation aims to capture various annotation criteria among datasets and leverage…

计算与语言 · 计算机科学 2020-10-12 Weipeng Huang , Xingyi Cheng , Kunlong Chen , Taifeng Wang , Wei Chu

Integrating human expertise into machine learning systems often reduces the role of experts to labeling oracles, a paradigm that limits the amount of information exchanged and fails to capture the nuances of human judgment. We address this…

人机交互 · 计算机科学 2026-02-18 Belén Martín-Urcelay , Yoonsang Lee , Matthieu R. Bloch , Christopher J. Rozell

Sequence labeling is a fundamental framework for various natural language processing problems. Its performance is largely influenced by the annotation quality and quantity in supervised learning scenarios, and obtaining ground truth labels…

计算与语言 · 计算机科学 2020-04-17 Ouyu Lan , Xiao Huang , Bill Yuchen Lin , He Jiang , Liyuan Liu , Xiang Ren

Crowd sourcing has become a widely adopted scheme to collect ground truth labels. However, it is a well-known problem that these labels can be very noisy. In this paper, we demonstrate how to learn a deep convolutional neural network (DCNN)…

计算机视觉与模式识别 · 计算机科学 2016-09-27 Emad Barsoum , Cha Zhang , Cristian Canton Ferrer , Zhengyou Zhang

Data lies at the core of modern deep learning. The impressive performance of supervised learning is built upon a base of massive accurately labeled data. However, in some real-world applications, accurate labeling might not be viable;…

We study the problem of learning a named entity recognition (NER) tagger using noisy labels from multiple weak supervision sources. Though cheap to obtain, the labels from weak supervision sources are often incomplete, inaccurate, and…

计算与语言 · 计算机科学 2021-06-01 Yinghao Li , Pranav Shetty , Lucas Liu , Chao Zhang , Le Song

Named Entity Recognition (NER) is an important subtask of information extraction that seeks to locate and recognise named entities. Despite recent achievements, we still face limitations in correctly detecting and classifying entities,…

信息检索 · 计算机科学 2018-09-07 Diego Esteves

Training a Named Entity Recognition (NER) model often involves fixing a taxonomy of entity types. However, requirements evolve and we might need the NER model to recognize additional entity types. A simple approach is to re-annotate entire…

Using noisy crowdsourced labels from multiple annotators, a deep learning-based end-to-end (E2E) system aims to learn the label correction mechanism and the neural classifier simultaneously. To this end, many E2E systems concatenate the…

机器学习 · 计算机科学 2023-06-07 Shahana Ibrahim , Tri Nguyen , Xiao Fu

Whether Large Language Models (LLMs) can outperform crowdsourcing on the data annotation task is attracting interest recently. Some works verified this issue with the average performance of individual crowd workers and LLM workers on some…

计算与语言 · 计算机科学 2024-01-19 Jiyi Li

Chinese Named Entity Recognition (NER) is an important task in information extraction, which has a significant impact on downstream applications. Due to the lack of natural separators in Chinese, previous NER methods mostly relied on…

计算与语言 · 计算机科学 2024-12-17 Yaqiong Qiao , Shixuan Peng

Crowdsourcing systems have been used to accumulate massive amounts of labeled data for applications such as computer vision and natural language processing. However, because crowdsourced labeling is inherently dynamic and uncertain,…

机器学习 · 计算机科学 2023-10-26 Mohammad S. Majdi , Jeffrey J. Rodriguez