paper-with-me

Papers

Partially-Typed NER Datasets Integration: Connecting Practice to Theory

2020-05-01 · Shi Zhi, Liyuan Liu, Yu Zhang, Shiyin Wang, Qi Li, Chao Zhang, Jiawei Han

While typical named entity recognition (NER) models require the training set to be annotated with all target types, each available datasets may only cover a part of them. Instead of relying on fully-typed NER datasets, many efforts have been made to leverage multiple partially-typed ones for training and allow the resulting model to cover a full type set. However, there is neither guarantee on the quality of integrated datasets, nor guidance on the design of training algorithms. Here, we conduct a systematic analysis and comparison between partially-typed NER datasets and fully-typed ones, in both theoretical and empirical manner. Firstly, we derive a bound to establish that models trained with partially-typed annotations can reach a similar performance with the ones trained with fully-typed annotations, which also provides guidance on the algorithm design. Moreover, we conduct controlled experiments, which shows partially-typed datasets leads to similar performance with the model trained with the same amount of fully-typed annotations

📄 PDF Abstract BibTeX arXiv:2005.00502

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Learning A Unified Named Entity Tagger From Multiple Partially Annotated Corpora For Efficient Adaptation

2019-09-25 · CONLL 2019 11 · Xiao Huang, Li Dong, Elizabeth Boschee, Nanyun Peng

Named entity recognition (NER) identifies typed entity mentions in raw text. While the task is well-established, there is no universally used tagset: often, datasets are annotated for use in downstream applications and a…

Multi-Task LearningNamed Entity Recognition (NER)

The Partially Observable Hidden Markov Model and its Application to Keystroke Dynamics

2016-07-13 · John V. Monaco, Charles C. Tappert

The partially observable hidden Markov model is an extension of the hidden Markov Model in which the hidden state is conditioned on an independent Markov chain. This structure is motivated by the presence of discrete met…

Mapping the stereotyped behaviour of freely-moving fruit flies

2013-10-16 · Gordon J. Berman, Daniel M. Choi, William Bialek, Joshua W. Shaevitz

Most animals possess the ability to actuate a vast diversity of movements, ostensibly constrained only by morphology and physics. In practice, however, a frequent assumption in behavioral science is that most of an anima…

Diversity

PocketAgents: A Manifest-Driven Library of Autonomous Defense Agents

2026-05-20 · Sidnei Barbieri, Ágney Lopes Roth Ferraz, Lourenço Alves Pereira Júnior arxiv

Connecting large language models (LLMs) to defensive enforcement requires more than asking a model whether an attack is happening. A defender must decide which model outputs may change the system state, which outputs mus…

Skill-as-Pseudocode: Refactoring Skill Libraries to Pseudocode for LLM Agents

2026-05-27 · Xinze Li, Yuhang Zang, Yixin Cao, Aixin Sun arxiv

Markdown skill libraries for LLM agents ship as free-form prose, forcing the agent to re-derive both the input schema and the concrete invocation syntax on every retrieval. This produces a "confused $\to$ re-retrieve $\t…