Difference between revisions of "Textual Entailment Resource Pool"
m (Reverted edits by Edward518 (Talk); changed back to last version by ChrisBrockett) |
(→Tools) |
||
Line 32: | Line 32: | ||
* [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=NE CCG Named Entity Tagger] - see a [http://l2r.cs.uiuc.edu/~cogcomp/ne_demo.php web demo] of this tool | * [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=NE CCG Named Entity Tagger] - see a [http://l2r.cs.uiuc.edu/~cogcomp/ne_demo.php web demo] of this tool | ||
* [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=CORANKER CCG Multi-lingual Named Entity Discovery Tool] - see a [http://l2r.cs.uiuc.edu/~cogcomp/ne_matcher_demo.php web demo] of this tool | * [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=CORANKER CCG Multi-lingual Named Entity Discovery Tool] - see a [http://l2r.cs.uiuc.edu/~cogcomp/ne_matcher_demo.php web demo] of this tool | ||
+ | |||
+ | === Corpus Readers === | ||
+ | * [http://nltk.org NLTK] provides a corpus reader for the data from RTE Challenges 1, 2, and 3 - see the [http://nltk.org/doc/guides/corpus.html#rte Corpus Readers] Guide for more information. | ||
== Links == | == Links == |
Revision as of 04:36, 28 February 2008
Textual entailment systems rely on many different types of NLP resources, including term banks, paraphrase lists, parsers, named-entity recognizers, etc. With so many resources being continuously released and improved, it can be difficult to know which particular resource to use when developing a system.
In response, the Recognizing Textual Entailment (RTE) shared task community initiated a new activity for building this Textual Entailment Resource Pool. RTE participants and any other member of the NLP community are encouraged to contribute to the pool.
In an effort to determine the relative impact of the resources, RTE participants are strongly encouraged to report, whenever possible, the contribution to the overall performance of each utilized resource. Formal qualitative and quantitative results should be included in a separate section of the system report as well as posted on the talk pages of this Textual Entailment Resource Pool.
Adding a new resource is very easy. See how to use existing templates to do this in Help:Using Templates.
Corpora
- Manually Word Aligned RTE 2006 Data Sets. Provided by the Natural Language Processing Group, Microsoft Research.
- Microsoft Research Paraphrase Corpus.
Knowledge Collections
Tools
Parsers
- C&C parser for Combinatory Categorial Grammar
- Minipar
- Shalmaneser
- ASSERT
- CCG Semantic Role Labeller - see a web demo of this tool
- CCG Shallow Parser - see a web demo of this tool
Entity Recognition Tools
- CCG Named Entity Tagger - see a web demo of this tool
- CCG Multi-lingual Named Entity Discovery Tool - see a web demo of this tool
Corpus Readers
- NLTK provides a corpus reader for the data from RTE Challenges 1, 2, and 3 - see the Corpus Readers Guide for more information.