Community Reading: Graph-DPEP for Few-Shot DocRE

Graph-DPEP makes prompted document relation extraction more structured by decomposing relation types and revisiting missed pairs.

November 26, 2024External researchDocument relation extractionLLMs

External research: Curate Labs did not author this paper.

Community Reading: Graph-DPEP for Few-Shot DocRE

Community Reading: Graph-DPEP for Few-Shot DocRE

Graph-DPEP: Decomposed Plug and Ensemble Play for Few-Shot Document Relation Extraction with Graph-of-Thoughts Reasoning is a good example of LLM-era IE becoming more structured.

The method represents document-level relation outputs as graph-style triplets, decomposes prompting by relation type, uses a verifier to identify missed entity pairs, and then performs an ensemble-style second pass using subgraph reasoning.

Why we're excited

Few-shot DocRE is hard because documents contain many candidate entity pairs and relation labels. Asking an LLM to solve the whole space in one prompt is brittle. Graph-DPEP reduces that burden by decomposing the type space and using graph-shaped intermediate objects.

Our community read

The system is operationally heavier than a single model call, but the design is honest about why prompting fails: too many labels, too many candidates, and too little structure.

For low-resource domains, the lesson is useful. If an LLM is doing extraction, give it smaller decision spaces and explicit graph objects to reason over.

Source