Kubnal Bridge

Techniques & Methods

Dependency Parsing

Dependency parsing produces a tree structure showing which words in a sentence are grammatically dependent on which other words. For example, in "The cat sat on the mat," "sat" is the root, "cat" is its subject, and "mat" is the object of the preposition "on."

Dependency trees enable downstream tasks like relation extraction, semantic role labeling, and question answering. Modern neural parsers based on transformers achieve near-human accuracy on standard benchmarks.

Authority Links

Related Terms