DELPH-IN

From HandWiki
DELPH-IN
Academics
Discipline:
Formalisms:
Natural language processing
HPSG, MRS
DELPH-IN Summits
Inaugural:LisbonTop (2005)
Latest:Virtual2021Top (2021)
Upcoming:FairhavenTop (2022)

Deep Linguistic Processing with HPSG - INitiative (DELPH-IN) is a collaboration where computational linguists worldwide develop natural language processing tools for deep linguistic processing of human language.[1] The goal of DELPH-IN is to combine linguistic and statistical processing methods in order to computationally understand the meaning of texts and utterances.

The tools developed by DELPH-IN adopt two linguistic formalisms for deep linguistic analysis, viz. head-driven phrase structure grammar (HPSG) and minimal recursion semantics (MRS).[2] All tools under the DELPH-IN collaboration are developed for general use of open-source licensing.

Since 2005, DELPH-IN has held an annual summit. This is a loosely structured unconference where people update each other about the work they are doing, seek feedback on current work, and occasionally hammer out agreement on standards and best practice.

DELPH-IN technologies and resources

The DELPH-IN collaboration has been progressively building computational tools for deep linguistic analysis, such as:

  • LKB system (Linguistic Knowledge Builder): a grammar engineering environment where linguists can build unification grammars with the Head-driven Phrase Structure Grammar formalism
  • PET parser (Platform for Experimentation with efficient HPSG processing Techniques): an open source parser which produces HPSG parse trees with Minimal Recursion Semantics (MRS) outputs [3]
  • ACE processor (Answer Constraint Engine): an efficient system to process DELPH-IN grammars that provide HPSG syntactic parses with MRS outputs. The latest version of ACE is able to generate natural language sentences.[4]
  • LOGON infrastructure is a collection of software and DELPH-IN grammars to provide transfer-based machine translation. The LOGON approach to machine translation has proven to provide quality oriented hybrid (rule-based and stochastic) translations.[5]

Other than deep linguistic processing tools, the DELPH-IN collaboration supplies computational resources for Natural Language Processing such as computational HPSG grammars and language prototypes e.g.:

  • DELPH-IN grammars: a catalogue of computational HPSG grammar hand-crafted to capture deep linguistics analysis specific to the respective languages [6]
  • LinGO Grammar Matrix: an open-source starter-kit for rapid prototyping of precision broad-coverage grammars compatible with the LKB. It contains a library of common language phenomena that computational grammarians can inherit for their HPSG grammars.[7]
  • CLIMB libraries (Comparative Libraries of Implementations with Matrix Basis): an extended language library built on the Grammar Matrix. The objective of the CLIMB library is to maintain alternative analyses of the same phenomenon across different languages to test their impact on long-term grammar development.[8]

Another range of DELPH-IN resources are not unlike the data use for shallow linguistic processing, such as Text corpus and treebanks:

  • MRS Test Suite: a short but representative set of sentences designed to capture some minimal recursion semantics phenomena. The test suites are available in Bulgarian, English, French, German, Greek, Japanese, Mandarin, Norwegian, Portuguese, Russian and Spanish.[9]
  • Wikiwoods: WikiWoods is a parsed corpus that provides rich syntacto-semantic annotations for the English Wikipedia.[10]
  • DeepBank: an ongoing project to annotate the one million words of 1989 Wall Street Journal text (the same set of sentences annotated in the original Penn Treebank project) with the English Resource Grammar, augmented with a robust approximating PCFG for complete coverage.[11][12]
  • Cathedral and the Bazaar: a compilation of an early essay on Open Source by Eric Raymond with translations into multiple languages. It was proposed as a multilingual shared test suite to enable us to compare parses across different grammars.[13][14]

The open-source culture of the DELPH-IN collaboration provides the Natural Language Processing community with an array of deep linguistic processing tools and resources. However, the usability of DELPH-IN tools has been an issue with users and application developers new to the DELPH-IN ecology.[citation needed] The DELPH-IN developers are aware of these usability issues and there are ongoing attempts to improve documentation and tutorials of DELPH-IN technologies.[15]

See also

  • Head-driven Phrase Structure Grammar
  • Minimal Recursion Semantics

References

  1. DELPH-IN: Open-Source Deep Processing
  2. Ann Copestake, Dan Flickinger, Carl Pollard and Ivan A. Sag. 2005. Minimal Recursion Semantics: An Introduction . In Proceedings of Research on Language and Computation.
  3. "PET Parser website". http://pet.opendfki.de/wiki. 
  4. ACE parser/generator homepage
  5. Stephan Oepen, Erik Velldal, Jan Tore Lønning, Paul Meurer, Victoria Rosén, and Dan Flickinger. 2007.Towards hybrid quality-oriented machine translation. On linguistics and probabilities in MT . In Proceedings of the 10th International Conference on Theoretical and Methodological Issues in Machine Translation, pp.144–153. Skövde, Sweden.
  6. DELPH-IN catalog of grammars
  7. Fokkens, Antske, Emily M. Bender and Varvara Gracheva. 2012. LinGO Grammar Matrix Customization System Documentation. Online resource.
  8. Fokkens, A., Avgustinova, T., and Zhang, Y. 2012. Climb grammars: three projects using metagrammar engineering. In Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC’12), Istanbul, Turkey.
  9. MRS Test Suite page
  10. Dan Flickinger, Stephan Oepen, and Gisle Ytrestøl. 2010. WikiWoods: Syntacto-semantic annotation for English Wikipedia. In Proceedings of LREC-2010, pages 1665–1671.
  11. Dan Flickinger, Valia Kordoni and Yi Zhang. 2012. DeepBank: A Dynamically Annotated Treebank of the Wall Street Journal . In Proceedings of TLT-11, Lisbon, Portugal.
  12. DeepBank homepage
  13. DELPH-IN CatB page
  14. Official Cathedral and the Bazaar webpage
  15. DELPH-IN 2013 Summit: Special Interest Group in Useability

External links