English

A Dynamic Self-Evolving Extraction System

Computation and Language 2026-03-10 v1 Machine Learning

Abstract

The extraction of structured information from raw text is a fundamental component of many NLP applications, including document retrieval, ranking, and relevance estimation. High-quality extractions often require domain-specific accuracy, up-to-date understanding of specialized taxonomies, and the ability to incorporate emerging jargon and rare outliers. In many domains--such as medical, legal, and HR--the extraction model must also adapt to shifting terminology and benefit from explicit reasoning over structured knowledge. We propose DySECT, a Dynamic Self-Evolving Extraction and Curation Toolkit, which continually improves as it is used. The system incrementally populates a versatile, self-expanding knowledge base (KB) with triples extracted by the LLM. The KB further enriches itself through the integration of probabilistic knowledge and graph-based reasoning, gradually accumulating domain concepts and relationships. The enriched KB then feeds back into the LLM extractor via prompt tuning, sampling of relevant few-shot examples, or fine-tuning using KB-derived synthetic data. As a result, the system forms a symbiotic closed-loop cycle in which extraction continuously improves knowledge, and knowledge continuously improves extraction.

Keywords

Cite

@article{arxiv.2603.06915,
  title  = {A Dynamic Self-Evolving Extraction System},
  author = {Moin Amin-Naseri and Hannah Kim and Estevam Hruschka},
  journal= {arXiv preprint arXiv:2603.06915},
  year   = {2026}
}
R2 v1 2026-07-01T11:08:03.516Z