Difference between revisions of "PropBank"
From Cohen Courses
Jump to navigationJump to searchPastStudents (talk | contribs) |
PastStudents (talk | contribs) |
||
Line 1: | Line 1: | ||
− | The PropBank [[Category::Dataset|dataset]] (or, Proposition Bank) [http://verbs.colorado.edu/~mpalmer/projects/ace.html] is annotated with Semantic Role Label | + | The PropBank [[Category::Dataset|dataset]] (or, Proposition Bank) [http://verbs.colorado.edu/~mpalmer/projects/ace.html] is annotated with Semantic Role Label. |
The dataset is available via Language Data Consortium (LDC) [http://www.ldc.upenn.edu/]. | The dataset is available via Language Data Consortium (LDC) [http://www.ldc.upenn.edu/]. | ||
− | Semantic | + | Semantic role label of the PropBank is predicate-argument relation. Each sentence in the text of the original Penn Treebank is annotated with a set of semantic roles defined for each verb. For example, |
− | Each sentence in the text of the original Penn Treebank is annotated with a set of semantic roles defined for each verb. | + | |
− | Hand-checked syntactic parse trees are available. | + | <pre> |
+ | Frameset '''accept.01''' "take willingly" | ||
+ | Arg0: Acceptor | ||
+ | Arg1: Thing accepted | ||
+ | Arg2: Accepted-from | ||
+ | Arg3: Attribute | ||
+ | Ex: [<sub>Arg0</sub> He][<sub>ArgM-MOD</sub> would][<sub>ArgM-NEG</sub> n't]''accept'' [<sub>Arg1</sub> anything of value][<sub>Arg2</sub> from those he was writing about]. (wsj_0186) | ||
+ | </pre> | ||
+ | |||
+ | Hand-checked syntactic parse trees are available since annotation was performed on the Penn Treebank corpus. | ||
{{#ask: [[UsesDataset::PropBank]] | {{#ask: [[UsesDataset::PropBank]] |
Revision as of 22:15, 30 November 2010
The PropBank dataset (or, Proposition Bank) [1] is annotated with Semantic Role Label.
The dataset is available via Language Data Consortium (LDC) [2].
Semantic role label of the PropBank is predicate-argument relation. Each sentence in the text of the original Penn Treebank is annotated with a set of semantic roles defined for each verb. For example,
Frameset '''accept.01''' "take willingly" Arg0: Acceptor Arg1: Thing accepted Arg2: Accepted-from Arg3: Attribute Ex: [<sub>Arg0</sub> He][<sub>ArgM-MOD</sub> would][<sub>ArgM-NEG</sub> n't]''accept'' [<sub>Arg1</sub> anything of value][<sub>Arg2</sub> from those he was writing about]. (wsj_0186)
Hand-checked syntactic parse trees are available since annotation was performed on the Penn Treebank corpus.