by Learning Entity-Level Distributed Representations K. Clark and - - PowerPoint PPT Presentation

by learning entity level
SMART_READER_LITE
LIVE PREVIEW

by Learning Entity-Level Distributed Representations K. Clark and - - PowerPoint PPT Presentation

Improving Coreference Resolution by Learning Entity-Level Distributed Representations K. Clark and C. Manning, ACL 2016 Coreference from clustering Why? - Learns entity-level Bill Clinton says Clinton , she is very happy to


slide-1
SLIDE 1

Improving Coreference Resolution by Learning Entity-Level Distributed Representations

  • K. Clark and C. Manning, ACL 2016
slide-2
SLIDE 2

Coreference from clustering – Why?

  • - Learns entity-level
  • Bill Clinton says…
  • Clinton…, she is very happy to be home.
  • {Bill Clinton}, {Clinton, she}.
slide-3
SLIDE 3

Model – Overall Design

slide-4
SLIDE 4

Model – Mention Pair Encoder

  • Obama says the U.S. government has killed Bin Laden.
  • Obama: {NA}
  • U.S. government: {Obama}
  • Bin Laden: {U.S. government, Obama}
slide-5
SLIDE 5

Model – Mention Pair Encoder

slide-6
SLIDE 6

Model – Mention Pair Encoder

  • Mention Features:
  • Type / position /…
  • Pair&Document Features:
  • Genre / Distance / Speaker / String Match /
  • Mention Embeddings:
  • head word / dependency parent / first(last word) / two preceding(following)

words / averaged five preceding(following) words / averaged all words(mention,sentence,document) /

slide-7
SLIDE 7

Model – Cluster Pair Encoder

slide-8
SLIDE 8

Model – Mention Pair Ranker

slide-9
SLIDE 9

Model – Cluster Ranking

  • Easy First
  • Make easy decisions first
  • Delay hard ones to the last
  • Intuition?
  • - Deep Learning to Search
  • Decisions made based on previous decisions
slide-10
SLIDE 10

Model – Deep Learning to Search

slide-11
SLIDE 11

Model – Deep Learning to Search

  • Run current policy from the start state to end
  • Compute loss and update policy with gradient descent
  • Expose to mistake, learns how to cope
slide-12
SLIDE 12

Results

slide-13
SLIDE 13

Results

slide-14
SLIDE 14

Takeaway

  • Clustering Coreference – Learns entity level information
  • Deep learns policy with easy-first