1 / 14

Adapting Open Information Extraction to Domain-Specific Relations

Adapting Open Information Extraction to Domain-Specific Relations . By: Calvin Williams. Introduction. Defense Advanced Research Project Agency (DARPA) Machine Reading Project – The Domains used for TEXTRUNNER which was introduced in 2009.

owen
Download Presentation

Adapting Open Information Extraction to Domain-Specific Relations

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Adapting Open Information Extraction to Domain-Specific Relations By: Calvin Williams

  2. Introduction • Defense Advanced Research Project Agency (DARPA) Machine Reading Project – The Domains used for TEXTRUNNER which was introduced in 2009. • TEXTRUNNER - is an implemented Open IE system that operates at web scale, with lightweight processing that is linear in the number of documents and constant in the number of relations. • Over the course of 5 years there will be two domains per year.

  3. Goals • The goal of the DARPA Machine Reading Project is to design general-purpose readers that can be quickly adapted to particular domains. • To meet the challenge of portability, an IE system must rely primarily on domain-independent processing.

  4. How it works!!

  5. Challenges • TEXTRUNNER faced two challenges in adapting its Open IE tuples to a specific domain. One challenge is that it was developed for high-precision extraction from large corpora and not tuned for high recall from individual sentences. • The other challenge is that the TEXTRUNNER tuples are constructed from phrases in the original text, whereas the Machine Reading Project QA task is in terms of formal relation types and argument types that do not resemble surface forms.

  6. Implementation • Step One. Learn a set of class recognizers and use them to label terms in the tuples. This can include domain-independent semantic tagging and named entity recognizers (NERs) to support argument type constraints. • Step Two. Learn a mapping to domain relations from tuples that have been processed by the class recognizers.

  7. Class Recognizers • Terms that serve as argument values for a domain relation or terms that serve as “trigger words” to identify a relation. • They are implemented as regular expressions with class-specific lists of key words. • As in this next slide, Arg1 of the tuple contains a term that indicates winning a game, a phrase that denotes NFLGame, and two FinalScore instances. Similarly, arg2 contains an NFLTeam.

  8. Example Tuples

  9. Domain Class Recognizers • The class recognizers have found that arg1 of the tuple contains a term that indicates winning a game, a phrase that denotes NFLGame, and two FinalScore instances. Similarly, arg2 contains an NFLTeam. In addition to labeling classes in the tuple arguments and predicate, we applied the class recognizers to the portion of the sentence to the left and to the right of the tuple. • This next slide will show the result of the Domain class recognizers being implemented.

  10. Example of Domain Class Recognizers Applied

  11. Domain Relation Mapping Rules • Domain adaptation takes tuples in which domain classes have been identified and maps them to domain relations. • Domain relations must be done with limited training so it was given a covering algorithm to learn rules that are expressed with constraints on classes and literals in specific arguments of the tuple. • If all constraints are met, the rule specifies a domain relation type, argument types, and the location of each argument value. • A tuple argument may have multiple instances of a domain class, so a rule can specify that only the nth instance of that class is to be extracted. Finally, each rule has a confidence value. • The next slide shows this being applied.

  12. Example for Domain Relation Mapping Rules

  13. [Yaserslides]

  14. Questions?

More Related