Settings

Theme

Triplet-extract is a GPU-accelerated Python implementation of Stanford OpenIE

github.com

2 points by adlumal 2 months ago · 1 comment

Reader

adlumalOP 2 months ago

I built a pure-Python port of Stanford OpenIE that GPU-accelerates the natural-logic forward-entailment search itself (via batched reparsing) rather than replacing it with a neural model. This often yields more triplets than standard OpenIE while maintaining the original semantics.

Many neural OpenIE systems train on labels from classical systems. This keeps the classical algorithm but parallelizes the BFS exploration on GPU.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection