Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] [illinois-ml-nlp-users] Script to convert Illinois SRL output to CoNLL 2005 format

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] [illinois-ml-nlp-users] Script to convert Illinois SRL output to CoNLL 2005 format


Chronological Thread 
  • From: elizondo AT cs.utexas.edu
  • To: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: [Illinois-ml-nlp-users] [illinois-ml-nlp-users] Script to convert Illinois SRL output to CoNLL 2005 format
  • Date: Tue, 10 May 2011 12:53:28 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Given a portion of the WSJ in the Penn-Treebank wsj_0001

.START

Pierre Vinken, 61 years old, will join the board as a nonexecutive director Nov. 29.
Mr. Vinken is chairman of Elsevier N.V., the Dutch publishing group.

The Illinois SRL produces this output

Pierre - (A0*
Vinken, - *
61 - *
years - *
old, - *
will - *
join - *A0)
the - (AM-MOD*AM-MOD)
board join (V*V)
as - (A1*
a - *A1)
nonexecutive - *
director - *
Nov. - *
29. - *
- (AM-TMP*
- *
- *AM-TMP)

Mr. - (A1*
Vinken - *A1)
is be (V*V)
chairman - (A4*
of - *
Elsevier - *
N.V., - *
the - *
Dutch - *
publishing - *
group. - *
- *
- *A4)


In order to evaluate the accuracy of this labeling there is a script written for the CoNLL 2005 shared task srl-eval.pl it wants the format to look like this:


- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *
- - *)
- - *)
- - *)
- - *)
01 join (V*)
01 publish (V*)
- - (A0*
- - (A0*)
- - (A1*
- - (AM-MOD*)
- - (AM-PRD*
- - (AM-TMP*

Surely there is some script available to take the former output and produce the latter? It would be much appreciated!

Thanks for your help!
Joe




  • [Illinois-ml-nlp-users] [illinois-ml-nlp-users] Script to convert Illinois SRL output to CoNLL 2005 format, elizondo, 05/10/2011

Archive powered by MHonArc 2.6.16.

Top of Page