1 / 15

TimeML compliant text analysis for Temporal Reasoning

TimeML compliant text analysis for Temporal Reasoning. Branimir Boguraev and Rie Kubota Ando. Introduction. Events in documents can be partially described with temporal expressions Reasoning about events requires a more sophisticated representation

blanca
Download Presentation

TimeML compliant text analysis for Temporal Reasoning

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. TimeML compliant text analysis for Temporal Reasoning Branimir Boguraev and Rie Kubota Ando

  2. Introduction • Events in documents can be partially described with temporal expressions • Reasoning about events requires a more sophisticated representation • TimeML provides a rich format for temporal annotation • Annotating documents in TimeML is hard • Only small reference corpora are available

  3. Introduction • ACE 2004 includes a task for capturing atomic pieces of time information from text • Applications require advanced temporal reasoning, possibly over multiple documents • Document summarisation • Temporal ordering of events in news • Question answering

  4. Introduction • Boguraev and Ando describe a framework for temporal IE • The process uses TimeML for event representation • Goals are to develop a useful and reusable framework for reasoning about events

  5. TimeML • SGML-like annotation • Aims to fully capture all time related information in a document, not just temporal expressions • Uses TIMEX3 format for temporal expressions • EVENT, SIGNAL and LINK tags note events and temporal relations

  6. TimeBank • Major TimeML corpus • Small - 186 documents, 68.5K words • 1400 temporal expressions • 8200 events

  7. Task • Find TIMEX3s • Assign canonical time references • Mark and type EVENTs • Associate EVENTs with TIMEX3s where possible

  8. Method • A set of temporal points is constructed form TimeML annotated data • This set is then translated into a graph of intervals, points and temporal relations • A separate component maps this graph to an ontological representation of time • FOL is separated from text analysis

  9. Method • TIMEX3 expressions are found using a set of FSGs • Essentially, a parse tree is built for processing data into TIMEX3 format • An additional discourse-level discovery step is performed to hand ambiguous and underspecified expressions

  10. Method • FSGs are interleaved with NER • This helps detect events and links that are semantically present but not obvious • All optional fields of each TIMEX3 found are populated • Discourse time reference is used as anchor for canonical times

  11. Results • Lenient EVENT recognition in WSJ is 77-80% accurate • Strict EVENT matching (including EVENT type) drops to 61-64% • Strict figure Lower than average NER performance • EVENT typing task is difficult

  12. Results • Only TLINKS that pair EVENT and TIMEX3 are considered • TLINKed token proximity threshold is varied in order to adjust task complexity • Trying to identify TLINKS within 4 tokens provides the strongest results • F-measure below 60%

  13. Results • Adding FS grammar information to feature set provides small performance boost • Increasing EVENT/TIMEX3 search distance to 64 tokens has performance of 22% • FS grammar information in this case brings performance over 50%

  14. Analysis • System is capable of spotting relations • Correctly typing relations is difficult • DURING and IS_INCLUDED are particularly hard to distinguish

  15. Conclusion • TimeBank’s small size is a hindrance • The lack of diversity of tags makes training hard • Most ML approaches prefer larger datasets • The system shows that it’s possible to extract data from TimeML discourse and correctly identify temporal information

More Related