Difference between revisions of "Textual Entailment Resource Pool"

From ACL Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
* [http://l2r.cs.uiuc.edu/~cogcomp/kindleDemo.php CCG Textual Entailment demo]
 
* [http://l2r.cs.uiuc.edu/~cogcomp/kindleDemo.php CCG Textual Entailment demo]
  
== RTE data sets ==
+
== Resources ==
 +
 
 +
=== RTE data sets ===
 
* [http://www.cs.biu.ac.il/~nlp/files/RTE_2006_Aligned.zip Manually Word Aligned RTE 2006 Data Sets.] Provided by  [http://research.microsoft.com/nlp/ the Natural Language Processing Group, Microsoft Research.]
 
* [http://www.cs.biu.ac.il/~nlp/files/RTE_2006_Aligned.zip Manually Word Aligned RTE 2006 Data Sets.] Provided by  [http://research.microsoft.com/nlp/ the Natural Language Processing Group, Microsoft Research.]
 
*[http://research.microsoft.com/research/downloads/Details/607D14D9-20CD-47E3-85BC-A2F65CD28042/Details.aspx Microsoft Research Paraphrase Corpus.]
 
*[http://research.microsoft.com/research/downloads/Details/607D14D9-20CD-47E3-85BC-A2F65CD28042/Details.aspx Microsoft Research Paraphrase Corpus.]
  
== Linguistic Knowledge ==
+
=== Linguistic Knowledge ===
 
* [[DIRT Paraphrase Collection]]
 
* [[DIRT Paraphrase Collection]]
 
* [http://framenet.icsi.berkeley.edu/ FrameNet]
 
* [http://framenet.icsi.berkeley.edu/ FrameNet]

Revision as of 12:33, 22 April 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.

Complete RTE Systems

Resources

RTE data sets

Linguistic Knowledge

Tools

Parsers

Entity Recognition Tools

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.

Links