Open Problems

Information Extraction & Entity Recognition

Quantifying and Mitigating Upstream Parser Brittleness in Syntactic Information Extraction

Barrier to removeOpen
Strong candidate · 4/5 runs3 papers report this33% from 2025+

Generated automatically from the limitations stated in 3 papers (ACL, EMNLP, NAACL), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.

The problem

Syntactic-semantic information extraction pipelines depend strictly on upstream dependency parsers and part-of-speech taggers, leaving downstream relation and entity extraction vulnerable to cascading errors. When applied to domain-specific jargon or subjected to minor parser version updates, upstream accuracy drops and alters the extracted syntactic structures. This leaves practitioners unable to guarantee extraction stability across domains or library releases without manual parser fine-tuning.

Why it matters

Enables reliable, domain-transferable deployment of syntax-guided information extraction without catastrophic degradation from parser version drift or domain-specific terminology errors.

Ways to approach it

Prior-work checks are free with an account. Results someone already ran are shown to everyone.

  1. 1

    Multi-parser sensitivity benchmark: Systematically evaluate standard rule- and dependency-based IE systems across varying parser backends (e.g., SpaCy versions, Stanza, CoreNLP) and domain-shifted corpora (biomedical, legal, technical), measuring downstream F1 variance and error propagation rates.

  2. 2

    Uncertainty-aware and k-best syntactic extraction: Formulate extraction rules over n-best dependency parses or parser confidence distributions rather than a single 1-best tree, measuring extraction recovery on out-of-domain text.

  3. 3

    Soft-constraint syntactic graph matching: Replace strict tree-traversal matching with approximate subgraph isomorphism or soft syntactic alignments, measuring precision retention when upstream dependency edges are noisy or mislabeled.

Have a different approach?

Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.

Free · 3 checks per day

Why it might fail

End-to-end neural relation extraction and direct large language model prompting may entirely bypass explicit syntactic dependency pipelines, rendering dependency-error mitigation obsolete for modern extraction workflows.

Evidence

Each paper's own statement of the limitation, verbatim.

Nearest existing work

Related open problems

Information Extraction & Entity Recognition

Barrier to removeOpen

Error-Aware Entity Linking Evaluation and Propagation-Bounded Pipelines for Downstream NLP Tasks

Virtually every system that touches entities — relation extraction, KBQA, semantic parsing, coreference, retrieval-augmented generation — treats entity linking as a solved preprocessing step and evaluates against gold links, so the systems' true field performance is unknown and unlinkable to their stated failure modes. When linking is wrong, downstream modules cannot detect, recover from, or bound the damage; reported failure analyses put linking errors at 15–35% of end-to-end errors. Today nobody can quantify how much of a downstream system's headroom is actually upstream, because no benchmark couples controlled link corruption with propagation measurement.

Strong candidate · 4/5 runs19 papers report this25% from 2025+

Information Extraction & Entity Recognition

Effect to explainOpen

Semantic Typing and Grounding of Pronominal and Nominal Mentions Across Divergent Coreference Schemas

Current entity recognition and extraction pipelines exhibit sharp performance drops when evaluated on schemas that include pronominal and nominal mentions, dropping to as low as 42% recall on datasets like ACE 2005. Because most taggers assume proper named entities, models fail to type clusters composed entirely of pronouns or misclassify ambiguous pronouns (such as mistaking collective 'we' as person rather than organization) in the absence of cross-sentence antecedent context. Consequently, roughly 10% or more of coreference mentions remain completely ungrounded or unassigned, preventing reliable document-level entity extraction.

Possible candidate · 3/5 runs6 papers report this50% from 2025+
Generated automatically, not curated by hand. Automated prior-work checks catch about a third of existing work, so treat this problem as a lead to investigate.