SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
Sundarapandian et al. (Eds): CoNeCo,WiMo, NLP, CRYPSIS, ICAIT, ICDIP, ITCSE, CS & IT 07,
pp. 253–260, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2422
Event Coreference Resolution using Mincut
based Graph Clustering
Sangeetha.S1
and Michael Arock2
Department of Computer Applications,
National Institute of technology, Tiruchirappalli, India
1
sangeetha@nitt.edu
2
michael@nitt.edu
ABSTRACT
To extract participants of an event instance, it is necessary to identify all the sentences that
describe the event instance. The set of all sentences referring to the same event instance are said
to be corefering each other. Our proposed approach formulates the event coreference resolution
as a graph based clustering model. It identifies the corefering sentences using minimum cut
(mincut) based on similarity score between each pair of sentences at various levels such as
trigger word similarity, time stamp similarity, entity similarity and semantic similarity. It
achieves good B-Cubed F-measure score with some loss in recall.
KEYWORDS
Event coreference resolution, ACE event.
1. INTRODUCTION
Automatic content extraction (ACE) programme supports automatic processing of source
language data. ACE [1, 21] defines three basic kinds of information to be extracted from natural
language text such as entities, relations and events. An Event is a specific occurrence involving
participants. An Event is something that happens. Event extent is the sentence in which the event
is described. Event trigger is the word in the sentence that clearly expresses the occurrence of an
event. An event comprises event participants, which are the entities that participate in the event
with different roles.
To extract the participants of the event it is necessary to identify set of sentences describing the
same event instance. The set of sentences referring to an event instance are said to be corefering
each other. Generally, event coreference resolution problem is considered as either pair-wise
event coreference resolution or coreference chaining. Pair-wise event coreference resolution
identifies whether the given pair of sentences corefer each other or not whereas, coreference
chaining identifies group of corefering sentences. As our motive is to identify all sentences
describing an event instance for further processing i.e. to extract its participants, our approach
treats the problem as coreference chaining problem.
Table.1 shows the set of sentences talking about the same event instance of event type Contact:
Meet from which the participants such as [Entity-arg: Kofi Annan and Mohammed Al-Douri,
Time: Thursday] are to be extracted. It is necessary to group all these corefering sentences to
extract its participants.
The remaining sections of the paper are organized as follows. The next section describes the
related work in the field of event coreference resolution. Section 3 provides a description of graph
based modelling of our problem, section 4 explains the similarity score calculation, Section 5
explains experimental setup, results, discussions and Section 6 concludes the paper.
254 Computer Science & Information Technology ( CS & IT )
Table 1. The set of sentences talking about the same event instance of event type Contact: Meet
2. BACKGROUND
Even though entity coreference resolution problem was attempted by many researchers such as
[19], event coreference resolution was not received much attention. Earlier work on event
coreference resolution [14] identified corefering sentences based on semantic score and attribute
score after semantic role labeling which was understood as annotating participants of the event.
Later David Ahn [8] treated the problem as a classification problem with rich set of features.
Zhen Chen et al [6] proposed an agglomerative clustering approach to solve the event coreference
resolution problem by considering the features based on event participants and attributes. An
active mention is merged with the prior event based on probability identified using MaxEnt
model. Naughton. M [18] solved coreference resolution using SVM classifier and hierarchical
agglomerative clustering. Zhen Chen et al [4] treated this problem as graph clustering and no
coreference resolution scores have been reported. They constructed coreference matrix by
matching event participants and trigger word. C.A. Bejan et al [7] proposed an unsupervised
Bayesian model for solving the problem using lexical, wordnet features and semantic features.
The semantic features include the annotations of the text with argument roles. A. Elkhlifih et al
[26] used a similarity measurement FSIM which combines the similarity between sentences and
the distance between them. Peifeng Li et al [29] applied hierarchical clustering algorithm to
cluster event mentions based on plain features and structured features.
McConky et al [24] proposed an approach that finds event coreference based on the combination
of the similarity of the two event descriptions based on vector space model, the similarity of
location and time. They used dynamic weighting approach to combine the three similarity scores
together. Heeyoung Lee et al [25] constructs clusters of entity and event mentions using features
based on semantic role dependencies and linear regression for merging clusters.
Motivated by [6] which concluded that the contribution of event participants in event coreference
resolution is lesser, by [27] which argue that the processing sentences individually for event
extraction cause ambiguity and event participants needs to be identified after collecting all the
sentences referring to the same event instance, we propose an approach that,
Four Event Mentions (EM1) of type {Contact: Meet}
EM1 {This is my last word to you, he told hordes of journalists
who chased him Thursday at his New York residence and U.N.
headquarters seeking comment on his talks with the secretary-
general, his future and the war}
EM2 {Annan also declined to comment on Thursday's meeting with Al-
Douri}
EM3 {Annan said early Thursday before meeting Al-Douri that in
talks with the envoy Monday, he didn't ask for an asylum or
protection and he didn't ask me for help with his status}
EM4 {Iraq's U.N. Ambassador Mohammed Al-Douri, the first Iraqi
official to concede defeat in the U.S. led war, met privately with
Secretary-General Kofi Annan, but refused to talk about rumors
that he was planning to leave New York}
Computer Science & Information Technology ( CS & IT ) 255
• Does not require the event sentences to be annotated with event participants as opposed
to all the above related approaches except [23, 24, 26].
• Combines scores based on trigger words, entities, semantic similarity of nonentity words
and timestamp and clusters documents using mincut clustering.
• Uses raw sentences with entities identified as a pre-processing step.
3. GRAPH BASED MODELLING
Let VS= {v1, v2.., vn} be the set of vertices that represents event sentences of same type within a
document and ES= {ed1, ed2.., edm} be the set of edges connecting the vertices and weight on
each edge denotes the similarity score between the vertices connected by the edge. Now our
problem is considered as dividing the graph into sub graphs which represent the group of
sentences that represent an event instance.
A graph can be divided into sub graphs using the well known min cut based graph clustering
approach. Our approach employs min cut based clustering [5, 11, 12, 20] for the following
reasons
• It is a Bicriteria approach as it takes care of intercluster and intra cluster quality which
produces best clusters.
• The time complexity is |V|
• “The minimum cut clustering technique creates clusters that have small inter cluster cuts
and large intra cluster cuts. It provides strong connectedness within the cluster” [11].
Min-cut based clustering algorithm [11] is given in Table 2. As specified in [11] number of
clusters created depends on the value of α. It is empirically set with average of all scores within
the document.
Table 2. Cut clustering Algorithm
4. CONSTRUCTING COREFERENCE MATRIX
Coreference matrix is an N X N similarity matrix which is constructed for all pairs of same event
type sentences in a document, where N is number of same event type sentences.
Maria Recasal et al [16] stated that “Event coreference resolution can be solved using paraphrase
resolution. Single event can be reported in many newspapers in different ways keeping same NP
such as name, date and numbers unchanged”. We symbolize entities in each sentence with entity
code and then the task of constructing coreference matrix for every pair of sentences becomes the
similarity score calculation between paraphrasing pairs. Then we add time stamp based on
annotations of ACE [1,21] for each time based word in the sentence. Corefering sentences may
Cut Clustering Algorithm (G (V, E), α)
{
Let V’ = V U t
For all nodes v Є V
Connect t to v with edge of weight α
Let G (V’, E’) be the expanded graph after connecting t to V
Calculate the minimum-cut tree T’ of G
Remove t from T’
Return all connected components as the clusters of G
}
256 Computer Science & Information Technology ( CS & IT )
have either all entities in common or some entities in common. Now the similarity scores between
these paraphrases are identified [3, 9, 13] under four categories such as entity based score,
semantic score trigger score and time based score using Jaccard coefficient [15].
Let
Ei ={ei1, ei2,., eix} be the set of entities in sentence ‘i’
Ti = {ti1, ti2, tiy} be the set of time based words in sentence ‘i’.
Wi = {wi1, wi2, wiy} be the set of other words in sentence ‘i’.
Si= Ei U Ti U Wi where i =1. n.
Entity based score (EBS) is calculated by finding the proportion of number of common entities
with respect to average number of entities using eq.1.
(1)
Semantic score (SS) is calculated by finding the words except entities and finding the proportion
of number of common words with respect to average number of words plus the proportion of
number words that belong to the same synset [10,17] with respect to the average number of
words using eq.2
(2)
where
Trigger based score (TBS) is calculated by assigning weights to different levels of matching
between the pairs. Weight w is assigned to same trigger words, weight 0.5w is assigned if trigger
words belong to same synset and 0.25w is assigned if the semantic similarity score [22] of
triggers are above as given in eq.3.
(3)
where T is a threshold.
Time based similarity score (TimS) is calculated by assigning weights based on time stamp. More
than one time stamp is associated with the event based on the time based words such as now,
yesterday etc. The time based score is assigned by finding the proportion of number of exact
timestamp including day and hour with respect to average number of timestamps, and proportion
of number of same day timestamp with respect to average number of timestamps using eq.4.
(4)
where
The sum of all the four scores is the similarity score and it is assigned as edge weight of the
graph.
Computer Science & Information Technology ( CS & IT ) 257
5. EXPERIMENT AND RESULTS
5.1 Data and evaluation metric
For our experiment we have used ACE 2005 corpus [1, 21]. It contains 599 documents in
different categories such as newswire, newsgroups, weblogs, broadcast news, broadcast
conversation, telephone speech transcripts. All event sentences of a particular type within a
document are given as input and the clusters that represent set of sentences describing about the
same event instance are obtained as output.
As MUC metric does not give any credit for separating out singletons, we have adopted B-cubed
measure for evaluation [2, 28], the best suited evaluation metric for coreference resolution.
Assume ‘e’ is an event in a given document D and N is the total number of event instances in D.
Let Ce be the number of correct elements in the output chain containing event e, and Re is the
number of total elements in the output chain containing event e, and Te is the number of elements
in the truth chain containing event e. Then the precision and recall are defined as follows.
(5)
(6)
The final precision and recall scores are computed by the following two formulae.
(7)
(8)
Where wti is the weight assigned to event i in D. As given in [2] the weight wti for entity i is
computed such that wti = 1/N.
Figure 1. Comparison of results of Min cut clustering approach with
Nonparametric Bayesian model
258 Computer Science & Information Technology ( CS & IT )
5.2 Results and Discussion
Fig.1 shows comparison of the results obtained by our approach with nonparametric Bayesian
model [7]. Our approach shows promising result of 87.7% B-Cubed F measure. This work was
motivated by the results of Z.Chen et al [6] which used features based on event participants,
attributes and confirmed that the contribution of participants in event coreference is less. Our
result confirms it and improves the coreference resolution task with the help of scores based on
entity, trigger, semantic similarity and timestamp.
Event though our approach achieves improvement in F-measure compared to nonparametric
Bayesian model, it lags behind in recall with high precision [7]. This is because most of the
incorrect clusters obtained by our approach are singletons.
Fig.2 shows the results obtained by our approach using different combination of scores in
coreference matrix. When we form clusters based on TWS and TimBS F-measure is slightly low
compared to all the other combinations. TWS and EBS show improvement of 0.4% over TWS
and TimBS and a 0.2% improvement over the remaining two combinations. Hence, rather than
having data annotated with participants such as Agent, Victim, Instrument etc , similarity scores
between sentences based on EBS and TBS improves the coreference resolution.
In the above result, final f-measure gets reduced if we include TimBS. This is because, only
limited number of the sentences in the data set have timestamps; So TimBS score in most of the
sentence pair are 0. But TimBS is an important score which identifies the event that happen at the
same time in real situation. If the percentages of sentences with time based annotations increases,
then the result may further improve.
Figure 2. Results obtained by our approach using different combination
of scores in coreference matrix
6. CONCLUSION
Our proposed approach formulates the event coreference resolution as a graph based clustering
model. The clusters are found using minimum cut (mincut) based on similarity score between
each pair of sentences at various levels such as trigger word similarity, time stamp match,
semantic similarity and entity similarity. The main advantage of our approach is that it does not
require event sentences to be annotated with participants of the event and it empirically achieves
Computer Science & Information Technology ( CS & IT ) 259
good F-measure score compared to other approaches. Hence we conclude that, rather than having
data annotated (time consuming process) with participants such as Agent, Victim, instrument etc.
similarity scores between sentences based on EBS and TBS improves the event coreference
resolution.
REFERENCES
[1] ACE (Automatic Content Extraction) English Annotation Guidelines for Events Version 5.4.3
2005.07.01, Linguistic Data Consortium. http.// www.ldc.upenn.edu
[2] Bagga, A. and Baldwin, B. (1998), “Algorithms for scoring coreference chains”, In The First
International Conference on Language Resources and Evaluation Workshop on Linguistics
Coreference, pp.563--566.
[3] Bird Steven, Ewan Klein, Edward Loper, (2009), Natural Language Processing with Python, O’Reily
Media.
[4] Chen, Z. and Ji. H. (2009a),” Graph-based Event Coreference Resolution”, In Proc. ACL-IJCNLP
2009 workshop on TextGraphs-4. Graph-based Methods for Natural Language Processing.
[5] Chen, Z, (2010), “Graph-based Clustering and its Application in Coreference Resolution”, In
Proceedings of the 2010 Workshop on Graph-based Methods for Natural Language Processing, ACL
2010, pp.1–9.
[6] Chen Z., Ji, H. Haralick, R, (2009b), “A Pairwise Coreference Model, Feature Impact and Evaluation
for Event Coreference Resolution”, In Proc. RANLP 2009 workshop on Events in Emerging Text
Types.
[7] Cosmin Adrian Bejan and Sanda Harabagiu, (2010), ”Unsupervised Event Coreference Resolution
with Rich Linguistic Features”, In Proc. of the 48th Annual Meeting of the Association for
Computational Linguistics, Uppsala, Sweden
[8] David Ahn. (2006), “The stages of event extraction”, In Proc. of the Workshop on Annotating and
Reasoning about Time and Events, pp. 1–8.
[9] Edward Loper, Steven Bird. (2002), “NLTK the Natural Language Toolkit”, In Proc. ACL-02
Workshop on Effective tools and methodologies for teaching natural language processing and
computational linguistics, 63-70.
[10] Fellbaum, C. (Ed.) (1998), WordNet an electronic lexical database, MIT Press
http://wordnet.princeton.edu
[11] Flake, G. W. Tarjan, R. E. and Tsioutsiouliklis K, (2003), “Graph clustering and minimum cut trees”.
Internet Mathematics, Vol.1 no.4, pp.385–408.
[12] Gomory, R. E. Hu,T. C, (1961), “Multi-terminal network flows”, Journal of the Society for Industrial
and Applied Mathematics, 9.
[13] http://www.nltk.org
[14] Humphreys, K. Gaizauskas, R. Azzam. S, (1997), ”Event coreference for information extraction”, In
Proc of the ACL Workshop on Operational Factors in Practical Robust Anaphora Resolution for
Unrestricted Texts
[15] Jaccard P. (1901), “Etude comparative de la distribution florale dans une pard, ortion des Alpes et des
Jura”, Bulletin de la Société Vaudoise des Sciences Naturelles, 37, pp.547–579.
[16] Maria Recasal, Marta Vila. (2010), “On Paraphrase and Coreference”, Computational Linguistics,
Vol.36 no.4, pp. 639-647, MIT Press.
[17] Miller, G. (1995), “Wordnet, A lexical database for English”, Communications of the ACM 38,
pp.39-41.
[18] Naughton, M. (2009), Sentence-Level Event Detection and Coreference Resolution. Doctoral Thesis,
School of Computer Science and Informatics, University College Dublin.
[19] Nicolae C. and Nicolae G. (2006), ”Bestcut. A graph algorithm for coreference resolution”, In
proceedings EMNLP, 275–283, Sydney.
[20] Schaeffer, S. E. (2007), “Graph clustering”, Computer Science Review, 1(1).27–64.
[21] Walker, C. Strassel, S. Medero, J., (2006), Consortium, L. D. ACE 2005 Multilingual Training
Corpus. Linguistic Data Consortium, University of Pennsylvania.
[22] Wu, Zhibiao and Martha Palmer. (1994), Verb semantics and lexical selection, In Proceedings of the
32nd Annual Meeting of the Association for Computational Linguistics, 133–138.
260 Computer Science & Information Technology ( CS & IT )
[23] Bagga and B. Baldwin, “Cross-Document Event Coreference: Annotations, Experiments, and
Observations,” In Proc. ACL-99Workshop on Coreference and Its Applications, 2009, pp. 1-8.
[24] Katie -McConky, Rakesh Nagi, Moises Sudit and William Hughes (2012), “Improving Event Co-
reference By Context Extraction and Dynamic Feature Weighting”, 2012 IEEE International
MultiDisciplinary Conference on Cognitive Methods in Situation Awareness and Decision Support,
New Orleans, LA, pp.38-43
[25] Heeyoung Lee, Marta Recasens, Angel Chang, Mihai Surdeanu, Dan Jurafsky,’ (2012),”Joint Entity
and Event Coreference Resolution across Documents”, Proceedings of the 2012 Joint Conference on
Empirical Methods in Natural Language Processing and Computational Natural Language Learning,
pp. 489–500,
[26] A. Elkhlifi and A. Faiz (2009),”Automatic Annotation Approach of Events in News Articles,”
International Journal of Computing & Information Sciences. 7(1). pp.40-50.
[27] Huang, R. and Riloff, E. (2012) "Modeling Textual Cohesion for Event Extraction", Proceedings of
the 26th Conference on Artificial Intelligence (AAAI 2012)
[28] http://nlp.cs.qc.cuny.edu/kbp/2011/scoring.html (Original B-Cubed)
[29] Peifeng Li, Qiaoming Zhu, Xiaoxu Zhu, (2011) “A Clustering and Ranking Based Approach for
Multi-document Event Fusion “, 12th ACIS International Conference on Software Engineering,
Artificial Intelligence, Networking and Parallel/Distributed Computing,pp.161-165

Contenu connexe

Tendances

A New Method for Preserving Privacy in Data Publishing
A New Method for Preserving Privacy in Data PublishingA New Method for Preserving Privacy in Data Publishing
A New Method for Preserving Privacy in Data Publishingcscpconf
 
(δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data
(δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data (δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data
(δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data cscpconf
 
Lecture 4 duality and sensitivity in lp
Lecture 4 duality and sensitivity in lpLecture 4 duality and sensitivity in lp
Lecture 4 duality and sensitivity in lpkongara
 
Identity-based threshold group signature scheme based on multiple hard number...
Identity-based threshold group signature scheme based on multiple hard number...Identity-based threshold group signature scheme based on multiple hard number...
Identity-based threshold group signature scheme based on multiple hard number...IJECEIAES
 
Elements of dynamic programming
Elements of dynamic programmingElements of dynamic programming
Elements of dynamic programmingTafhim Islam
 
Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...
Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...
Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...IJRES Journal
 
Exploiting Distributional Semantics Models for Natural Language Context-aware...
Exploiting Distributional Semantics Models for Natural Language Context-aware...Exploiting Distributional Semantics Models for Natural Language Context-aware...
Exploiting Distributional Semantics Models for Natural Language Context-aware...GiuseppeSpillo
 
IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...
IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...
IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...IRJET Journal
 
Complicatedness_Tang
Complicatedness_TangComplicatedness_Tang
Complicatedness_Tangvictor tang
 
A method for finding an optimal solution of an assignment problem under mixed...
A method for finding an optimal solution of an assignment problem under mixed...A method for finding an optimal solution of an assignment problem under mixed...
A method for finding an optimal solution of an assignment problem under mixed...Navodaya Institute of Technology
 
Local coordination in online distributed constraint optimization problems - P...
Local coordination in online distributed constraint optimization problems - P...Local coordination in online distributed constraint optimization problems - P...
Local coordination in online distributed constraint optimization problems - P...Antonio Maria Fiscarelli
 
HOW TO FIND A FIXED POINT IN SHUFFLE EFFICIENTLY
HOW TO FIND A FIXED POINT IN SHUFFLE  EFFICIENTLYHOW TO FIND A FIXED POINT IN SHUFFLE  EFFICIENTLY
HOW TO FIND A FIXED POINT IN SHUFFLE EFFICIENTLYIJNSA Journal
 
Vasicek Model Project
Vasicek Model ProjectVasicek Model Project
Vasicek Model ProjectCedric Melhy
 
PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...
PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...
PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...IJCSEA Journal
 
Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3Andrew Hair
 
Logistic Regression Classifier - Conceptual Guide
Logistic Regression Classifier - Conceptual GuideLogistic Regression Classifier - Conceptual Guide
Logistic Regression Classifier - Conceptual GuideCaglar Subasi
 

Tendances (18)

A New Method for Preserving Privacy in Data Publishing
A New Method for Preserving Privacy in Data PublishingA New Method for Preserving Privacy in Data Publishing
A New Method for Preserving Privacy in Data Publishing
 
(δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data
(δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data (δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data
(δ,l)-diversity: Privacy Preservation for Publication Numerical Sensitive Data
 
Lecture 4 duality and sensitivity in lp
Lecture 4 duality and sensitivity in lpLecture 4 duality and sensitivity in lp
Lecture 4 duality and sensitivity in lp
 
Identity-based threshold group signature scheme based on multiple hard number...
Identity-based threshold group signature scheme based on multiple hard number...Identity-based threshold group signature scheme based on multiple hard number...
Identity-based threshold group signature scheme based on multiple hard number...
 
Elements of dynamic programming
Elements of dynamic programmingElements of dynamic programming
Elements of dynamic programming
 
Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...
Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...
Semi-global Leaderless Consensus with Input Saturation Constraints via Adapti...
 
Exploiting Distributional Semantics Models for Natural Language Context-aware...
Exploiting Distributional Semantics Models for Natural Language Context-aware...Exploiting Distributional Semantics Models for Natural Language Context-aware...
Exploiting Distributional Semantics Models for Natural Language Context-aware...
 
IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...
IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...
IRJET- A Particle Swarm Optimization Algorithm for Total Cost Minimization in...
 
Complicatedness_Tang
Complicatedness_TangComplicatedness_Tang
Complicatedness_Tang
 
A method for finding an optimal solution of an assignment problem under mixed...
A method for finding an optimal solution of an assignment problem under mixed...A method for finding an optimal solution of an assignment problem under mixed...
A method for finding an optimal solution of an assignment problem under mixed...
 
Local coordination in online distributed constraint optimization problems - P...
Local coordination in online distributed constraint optimization problems - P...Local coordination in online distributed constraint optimization problems - P...
Local coordination in online distributed constraint optimization problems - P...
 
Safety-first model with investor’s view under distribution ambiguity
Safety-first model with investor’s view under distribution ambiguitySafety-first model with investor’s view under distribution ambiguity
Safety-first model with investor’s view under distribution ambiguity
 
Unit 6: Application of AI
Unit 6: Application of AIUnit 6: Application of AI
Unit 6: Application of AI
 
HOW TO FIND A FIXED POINT IN SHUFFLE EFFICIENTLY
HOW TO FIND A FIXED POINT IN SHUFFLE  EFFICIENTLYHOW TO FIND A FIXED POINT IN SHUFFLE  EFFICIENTLY
HOW TO FIND A FIXED POINT IN SHUFFLE EFFICIENTLY
 
Vasicek Model Project
Vasicek Model ProjectVasicek Model Project
Vasicek Model Project
 
PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...
PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...
PARTITION SORT REVISITED: RECONFIRMING THE ROBUSTNESS IN AVERAGE CASE AND MUC...
 
Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3
 
Logistic Regression Classifier - Conceptual Guide
Logistic Regression Classifier - Conceptual GuideLogistic Regression Classifier - Conceptual Guide
Logistic Regression Classifier - Conceptual Guide
 

Similaire à Event Coreference Resolution using Mincut based Graph Clustering

A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...
A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...
A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...kevig
 
A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...
A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...
A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...kevig
 
Comparision of methods for combination of multiple classifiers that predict b...
Comparision of methods for combination of multiple classifiers that predict b...Comparision of methods for combination of multiple classifiers that predict b...
Comparision of methods for combination of multiple classifiers that predict b...IJERA Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...
IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...
IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...IRJET Journal
 
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...IJCSIS Research Publications
 
20433-39028-3-PB.pdf
20433-39028-3-PB.pdf20433-39028-3-PB.pdf
20433-39028-3-PB.pdfIjictTeam
 
A New Key Agreement Protocol Using BDP and CSP in Non Commutative Groups
A New Key Agreement Protocol Using BDP and CSP in Non Commutative GroupsA New Key Agreement Protocol Using BDP and CSP in Non Commutative Groups
A New Key Agreement Protocol Using BDP and CSP in Non Commutative GroupsEswar Publications
 
Mapping Subsets of Scholarly Information
Mapping Subsets of Scholarly InformationMapping Subsets of Scholarly Information
Mapping Subsets of Scholarly InformationPaul Houle
 
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM MethodsA Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM Methodsijdmtaiir
 
Discovering Novel Information with sentence Level clustering From Multi-docu...
Discovering Novel Information with sentence Level clustering  From Multi-docu...Discovering Novel Information with sentence Level clustering  From Multi-docu...
Discovering Novel Information with sentence Level clustering From Multi-docu...irjes
 
Evaluation of subjective answers using glsa enhanced with contextual synonymy
Evaluation of subjective answers using glsa enhanced with contextual synonymyEvaluation of subjective answers using glsa enhanced with contextual synonymy
Evaluation of subjective answers using glsa enhanced with contextual synonymyijnlc
 
Proposed Event Processing Definitions ,September 20, 2006
Proposed Event Processing Definitions,September 20, 2006Proposed Event Processing Definitions,September 20, 2006
Proposed Event Processing Definitions ,September 20, 2006Tim Bass
 
Fuzzy formal concept analysis: Approaches, applications and issues
Fuzzy formal concept analysis: Approaches, applications and issuesFuzzy formal concept analysis: Approaches, applications and issues
Fuzzy formal concept analysis: Approaches, applications and issuesCSITiaesprime
 
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITYPROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITYIAEME Publication
 
Matching networks for one shot learning
Matching networks for one shot learningMatching networks for one shot learning
Matching networks for one shot learningKazuki Fujikawa
 
FEATURES MATCHING USING NATURAL LANGUAGE PROCESSING
FEATURES MATCHING USING NATURAL LANGUAGE PROCESSINGFEATURES MATCHING USING NATURAL LANGUAGE PROCESSING
FEATURES MATCHING USING NATURAL LANGUAGE PROCESSINGIJCI JOURNAL
 
Max stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problemMax stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problemnooriasukmaningtyas
 
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasks
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasksTopic Modeling for Information Retrieval and Word Sense Disambiguation tasks
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasksLeonardo Di Donato
 

Similaire à Event Coreference Resolution using Mincut based Graph Clustering (20)

A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...
A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...
A ROBUST JOINT-TRAINING GRAPHNEURALNETWORKS MODEL FOR EVENT DETECTIONWITHSYMM...
 
A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...
A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...
A Robust Joint-Training Graph Neural Networks Model for Event Detection with ...
 
Comparision of methods for combination of multiple classifiers that predict b...
Comparision of methods for combination of multiple classifiers that predict b...Comparision of methods for combination of multiple classifiers that predict b...
Comparision of methods for combination of multiple classifiers that predict b...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...
IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...
IRJET- Stress – Strain Field Analysis of Mild Steel Component using Finite El...
 
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
 
20433-39028-3-PB.pdf
20433-39028-3-PB.pdf20433-39028-3-PB.pdf
20433-39028-3-PB.pdf
 
A New Key Agreement Protocol Using BDP and CSP in Non Commutative Groups
A New Key Agreement Protocol Using BDP and CSP in Non Commutative GroupsA New Key Agreement Protocol Using BDP and CSP in Non Commutative Groups
A New Key Agreement Protocol Using BDP and CSP in Non Commutative Groups
 
Mapping Subsets of Scholarly Information
Mapping Subsets of Scholarly InformationMapping Subsets of Scholarly Information
Mapping Subsets of Scholarly Information
 
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM MethodsA Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
 
Discovering Novel Information with sentence Level clustering From Multi-docu...
Discovering Novel Information with sentence Level clustering  From Multi-docu...Discovering Novel Information with sentence Level clustering  From Multi-docu...
Discovering Novel Information with sentence Level clustering From Multi-docu...
 
Evaluation of subjective answers using glsa enhanced with contextual synonymy
Evaluation of subjective answers using glsa enhanced with contextual synonymyEvaluation of subjective answers using glsa enhanced with contextual synonymy
Evaluation of subjective answers using glsa enhanced with contextual synonymy
 
Proposed Event Processing Definitions ,September 20, 2006
Proposed Event Processing Definitions,September 20, 2006Proposed Event Processing Definitions,September 20, 2006
Proposed Event Processing Definitions ,September 20, 2006
 
F5233444
F5233444F5233444
F5233444
 
Fuzzy formal concept analysis: Approaches, applications and issues
Fuzzy formal concept analysis: Approaches, applications and issuesFuzzy formal concept analysis: Approaches, applications and issues
Fuzzy formal concept analysis: Approaches, applications and issues
 
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITYPROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
 
Matching networks for one shot learning
Matching networks for one shot learningMatching networks for one shot learning
Matching networks for one shot learning
 
FEATURES MATCHING USING NATURAL LANGUAGE PROCESSING
FEATURES MATCHING USING NATURAL LANGUAGE PROCESSINGFEATURES MATCHING USING NATURAL LANGUAGE PROCESSING
FEATURES MATCHING USING NATURAL LANGUAGE PROCESSING
 
Max stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problemMax stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problem
 
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasks
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasksTopic Modeling for Information Retrieval and Word Sense Disambiguation tasks
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasks
 

Plus de cscpconf

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIEScscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICcscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICcscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINcscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMcscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWcscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKcscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAcscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHcscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGEcscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTcscpconf
 

Plus de cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
 

Dernier

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Dernier (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

Event Coreference Resolution using Mincut based Graph Clustering

  • 1. Sundarapandian et al. (Eds): CoNeCo,WiMo, NLP, CRYPSIS, ICAIT, ICDIP, ITCSE, CS & IT 07, pp. 253–260, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2422 Event Coreference Resolution using Mincut based Graph Clustering Sangeetha.S1 and Michael Arock2 Department of Computer Applications, National Institute of technology, Tiruchirappalli, India 1 sangeetha@nitt.edu 2 michael@nitt.edu ABSTRACT To extract participants of an event instance, it is necessary to identify all the sentences that describe the event instance. The set of all sentences referring to the same event instance are said to be corefering each other. Our proposed approach formulates the event coreference resolution as a graph based clustering model. It identifies the corefering sentences using minimum cut (mincut) based on similarity score between each pair of sentences at various levels such as trigger word similarity, time stamp similarity, entity similarity and semantic similarity. It achieves good B-Cubed F-measure score with some loss in recall. KEYWORDS Event coreference resolution, ACE event. 1. INTRODUCTION Automatic content extraction (ACE) programme supports automatic processing of source language data. ACE [1, 21] defines three basic kinds of information to be extracted from natural language text such as entities, relations and events. An Event is a specific occurrence involving participants. An Event is something that happens. Event extent is the sentence in which the event is described. Event trigger is the word in the sentence that clearly expresses the occurrence of an event. An event comprises event participants, which are the entities that participate in the event with different roles. To extract the participants of the event it is necessary to identify set of sentences describing the same event instance. The set of sentences referring to an event instance are said to be corefering each other. Generally, event coreference resolution problem is considered as either pair-wise event coreference resolution or coreference chaining. Pair-wise event coreference resolution identifies whether the given pair of sentences corefer each other or not whereas, coreference chaining identifies group of corefering sentences. As our motive is to identify all sentences describing an event instance for further processing i.e. to extract its participants, our approach treats the problem as coreference chaining problem. Table.1 shows the set of sentences talking about the same event instance of event type Contact: Meet from which the participants such as [Entity-arg: Kofi Annan and Mohammed Al-Douri, Time: Thursday] are to be extracted. It is necessary to group all these corefering sentences to extract its participants. The remaining sections of the paper are organized as follows. The next section describes the related work in the field of event coreference resolution. Section 3 provides a description of graph based modelling of our problem, section 4 explains the similarity score calculation, Section 5 explains experimental setup, results, discussions and Section 6 concludes the paper.
  • 2. 254 Computer Science & Information Technology ( CS & IT ) Table 1. The set of sentences talking about the same event instance of event type Contact: Meet 2. BACKGROUND Even though entity coreference resolution problem was attempted by many researchers such as [19], event coreference resolution was not received much attention. Earlier work on event coreference resolution [14] identified corefering sentences based on semantic score and attribute score after semantic role labeling which was understood as annotating participants of the event. Later David Ahn [8] treated the problem as a classification problem with rich set of features. Zhen Chen et al [6] proposed an agglomerative clustering approach to solve the event coreference resolution problem by considering the features based on event participants and attributes. An active mention is merged with the prior event based on probability identified using MaxEnt model. Naughton. M [18] solved coreference resolution using SVM classifier and hierarchical agglomerative clustering. Zhen Chen et al [4] treated this problem as graph clustering and no coreference resolution scores have been reported. They constructed coreference matrix by matching event participants and trigger word. C.A. Bejan et al [7] proposed an unsupervised Bayesian model for solving the problem using lexical, wordnet features and semantic features. The semantic features include the annotations of the text with argument roles. A. Elkhlifih et al [26] used a similarity measurement FSIM which combines the similarity between sentences and the distance between them. Peifeng Li et al [29] applied hierarchical clustering algorithm to cluster event mentions based on plain features and structured features. McConky et al [24] proposed an approach that finds event coreference based on the combination of the similarity of the two event descriptions based on vector space model, the similarity of location and time. They used dynamic weighting approach to combine the three similarity scores together. Heeyoung Lee et al [25] constructs clusters of entity and event mentions using features based on semantic role dependencies and linear regression for merging clusters. Motivated by [6] which concluded that the contribution of event participants in event coreference resolution is lesser, by [27] which argue that the processing sentences individually for event extraction cause ambiguity and event participants needs to be identified after collecting all the sentences referring to the same event instance, we propose an approach that, Four Event Mentions (EM1) of type {Contact: Meet} EM1 {This is my last word to you, he told hordes of journalists who chased him Thursday at his New York residence and U.N. headquarters seeking comment on his talks with the secretary- general, his future and the war} EM2 {Annan also declined to comment on Thursday's meeting with Al- Douri} EM3 {Annan said early Thursday before meeting Al-Douri that in talks with the envoy Monday, he didn't ask for an asylum or protection and he didn't ask me for help with his status} EM4 {Iraq's U.N. Ambassador Mohammed Al-Douri, the first Iraqi official to concede defeat in the U.S. led war, met privately with Secretary-General Kofi Annan, but refused to talk about rumors that he was planning to leave New York}
  • 3. Computer Science & Information Technology ( CS & IT ) 255 • Does not require the event sentences to be annotated with event participants as opposed to all the above related approaches except [23, 24, 26]. • Combines scores based on trigger words, entities, semantic similarity of nonentity words and timestamp and clusters documents using mincut clustering. • Uses raw sentences with entities identified as a pre-processing step. 3. GRAPH BASED MODELLING Let VS= {v1, v2.., vn} be the set of vertices that represents event sentences of same type within a document and ES= {ed1, ed2.., edm} be the set of edges connecting the vertices and weight on each edge denotes the similarity score between the vertices connected by the edge. Now our problem is considered as dividing the graph into sub graphs which represent the group of sentences that represent an event instance. A graph can be divided into sub graphs using the well known min cut based graph clustering approach. Our approach employs min cut based clustering [5, 11, 12, 20] for the following reasons • It is a Bicriteria approach as it takes care of intercluster and intra cluster quality which produces best clusters. • The time complexity is |V| • “The minimum cut clustering technique creates clusters that have small inter cluster cuts and large intra cluster cuts. It provides strong connectedness within the cluster” [11]. Min-cut based clustering algorithm [11] is given in Table 2. As specified in [11] number of clusters created depends on the value of α. It is empirically set with average of all scores within the document. Table 2. Cut clustering Algorithm 4. CONSTRUCTING COREFERENCE MATRIX Coreference matrix is an N X N similarity matrix which is constructed for all pairs of same event type sentences in a document, where N is number of same event type sentences. Maria Recasal et al [16] stated that “Event coreference resolution can be solved using paraphrase resolution. Single event can be reported in many newspapers in different ways keeping same NP such as name, date and numbers unchanged”. We symbolize entities in each sentence with entity code and then the task of constructing coreference matrix for every pair of sentences becomes the similarity score calculation between paraphrasing pairs. Then we add time stamp based on annotations of ACE [1,21] for each time based word in the sentence. Corefering sentences may Cut Clustering Algorithm (G (V, E), α) { Let V’ = V U t For all nodes v Є V Connect t to v with edge of weight α Let G (V’, E’) be the expanded graph after connecting t to V Calculate the minimum-cut tree T’ of G Remove t from T’ Return all connected components as the clusters of G }
  • 4. 256 Computer Science & Information Technology ( CS & IT ) have either all entities in common or some entities in common. Now the similarity scores between these paraphrases are identified [3, 9, 13] under four categories such as entity based score, semantic score trigger score and time based score using Jaccard coefficient [15]. Let Ei ={ei1, ei2,., eix} be the set of entities in sentence ‘i’ Ti = {ti1, ti2, tiy} be the set of time based words in sentence ‘i’. Wi = {wi1, wi2, wiy} be the set of other words in sentence ‘i’. Si= Ei U Ti U Wi where i =1. n. Entity based score (EBS) is calculated by finding the proportion of number of common entities with respect to average number of entities using eq.1. (1) Semantic score (SS) is calculated by finding the words except entities and finding the proportion of number of common words with respect to average number of words plus the proportion of number words that belong to the same synset [10,17] with respect to the average number of words using eq.2 (2) where Trigger based score (TBS) is calculated by assigning weights to different levels of matching between the pairs. Weight w is assigned to same trigger words, weight 0.5w is assigned if trigger words belong to same synset and 0.25w is assigned if the semantic similarity score [22] of triggers are above as given in eq.3. (3) where T is a threshold. Time based similarity score (TimS) is calculated by assigning weights based on time stamp. More than one time stamp is associated with the event based on the time based words such as now, yesterday etc. The time based score is assigned by finding the proportion of number of exact timestamp including day and hour with respect to average number of timestamps, and proportion of number of same day timestamp with respect to average number of timestamps using eq.4. (4) where The sum of all the four scores is the similarity score and it is assigned as edge weight of the graph.
  • 5. Computer Science & Information Technology ( CS & IT ) 257 5. EXPERIMENT AND RESULTS 5.1 Data and evaluation metric For our experiment we have used ACE 2005 corpus [1, 21]. It contains 599 documents in different categories such as newswire, newsgroups, weblogs, broadcast news, broadcast conversation, telephone speech transcripts. All event sentences of a particular type within a document are given as input and the clusters that represent set of sentences describing about the same event instance are obtained as output. As MUC metric does not give any credit for separating out singletons, we have adopted B-cubed measure for evaluation [2, 28], the best suited evaluation metric for coreference resolution. Assume ‘e’ is an event in a given document D and N is the total number of event instances in D. Let Ce be the number of correct elements in the output chain containing event e, and Re is the number of total elements in the output chain containing event e, and Te is the number of elements in the truth chain containing event e. Then the precision and recall are defined as follows. (5) (6) The final precision and recall scores are computed by the following two formulae. (7) (8) Where wti is the weight assigned to event i in D. As given in [2] the weight wti for entity i is computed such that wti = 1/N. Figure 1. Comparison of results of Min cut clustering approach with Nonparametric Bayesian model
  • 6. 258 Computer Science & Information Technology ( CS & IT ) 5.2 Results and Discussion Fig.1 shows comparison of the results obtained by our approach with nonparametric Bayesian model [7]. Our approach shows promising result of 87.7% B-Cubed F measure. This work was motivated by the results of Z.Chen et al [6] which used features based on event participants, attributes and confirmed that the contribution of participants in event coreference is less. Our result confirms it and improves the coreference resolution task with the help of scores based on entity, trigger, semantic similarity and timestamp. Event though our approach achieves improvement in F-measure compared to nonparametric Bayesian model, it lags behind in recall with high precision [7]. This is because most of the incorrect clusters obtained by our approach are singletons. Fig.2 shows the results obtained by our approach using different combination of scores in coreference matrix. When we form clusters based on TWS and TimBS F-measure is slightly low compared to all the other combinations. TWS and EBS show improvement of 0.4% over TWS and TimBS and a 0.2% improvement over the remaining two combinations. Hence, rather than having data annotated with participants such as Agent, Victim, Instrument etc , similarity scores between sentences based on EBS and TBS improves the coreference resolution. In the above result, final f-measure gets reduced if we include TimBS. This is because, only limited number of the sentences in the data set have timestamps; So TimBS score in most of the sentence pair are 0. But TimBS is an important score which identifies the event that happen at the same time in real situation. If the percentages of sentences with time based annotations increases, then the result may further improve. Figure 2. Results obtained by our approach using different combination of scores in coreference matrix 6. CONCLUSION Our proposed approach formulates the event coreference resolution as a graph based clustering model. The clusters are found using minimum cut (mincut) based on similarity score between each pair of sentences at various levels such as trigger word similarity, time stamp match, semantic similarity and entity similarity. The main advantage of our approach is that it does not require event sentences to be annotated with participants of the event and it empirically achieves
  • 7. Computer Science & Information Technology ( CS & IT ) 259 good F-measure score compared to other approaches. Hence we conclude that, rather than having data annotated (time consuming process) with participants such as Agent, Victim, instrument etc. similarity scores between sentences based on EBS and TBS improves the event coreference resolution. REFERENCES [1] ACE (Automatic Content Extraction) English Annotation Guidelines for Events Version 5.4.3 2005.07.01, Linguistic Data Consortium. http.// www.ldc.upenn.edu [2] Bagga, A. and Baldwin, B. (1998), “Algorithms for scoring coreference chains”, In The First International Conference on Language Resources and Evaluation Workshop on Linguistics Coreference, pp.563--566. [3] Bird Steven, Ewan Klein, Edward Loper, (2009), Natural Language Processing with Python, O’Reily Media. [4] Chen, Z. and Ji. H. (2009a),” Graph-based Event Coreference Resolution”, In Proc. ACL-IJCNLP 2009 workshop on TextGraphs-4. Graph-based Methods for Natural Language Processing. [5] Chen, Z, (2010), “Graph-based Clustering and its Application in Coreference Resolution”, In Proceedings of the 2010 Workshop on Graph-based Methods for Natural Language Processing, ACL 2010, pp.1–9. [6] Chen Z., Ji, H. Haralick, R, (2009b), “A Pairwise Coreference Model, Feature Impact and Evaluation for Event Coreference Resolution”, In Proc. RANLP 2009 workshop on Events in Emerging Text Types. [7] Cosmin Adrian Bejan and Sanda Harabagiu, (2010), ”Unsupervised Event Coreference Resolution with Rich Linguistic Features”, In Proc. of the 48th Annual Meeting of the Association for Computational Linguistics, Uppsala, Sweden [8] David Ahn. (2006), “The stages of event extraction”, In Proc. of the Workshop on Annotating and Reasoning about Time and Events, pp. 1–8. [9] Edward Loper, Steven Bird. (2002), “NLTK the Natural Language Toolkit”, In Proc. ACL-02 Workshop on Effective tools and methodologies for teaching natural language processing and computational linguistics, 63-70. [10] Fellbaum, C. (Ed.) (1998), WordNet an electronic lexical database, MIT Press http://wordnet.princeton.edu [11] Flake, G. W. Tarjan, R. E. and Tsioutsiouliklis K, (2003), “Graph clustering and minimum cut trees”. Internet Mathematics, Vol.1 no.4, pp.385–408. [12] Gomory, R. E. Hu,T. C, (1961), “Multi-terminal network flows”, Journal of the Society for Industrial and Applied Mathematics, 9. [13] http://www.nltk.org [14] Humphreys, K. Gaizauskas, R. Azzam. S, (1997), ”Event coreference for information extraction”, In Proc of the ACL Workshop on Operational Factors in Practical Robust Anaphora Resolution for Unrestricted Texts [15] Jaccard P. (1901), “Etude comparative de la distribution florale dans une pard, ortion des Alpes et des Jura”, Bulletin de la Société Vaudoise des Sciences Naturelles, 37, pp.547–579. [16] Maria Recasal, Marta Vila. (2010), “On Paraphrase and Coreference”, Computational Linguistics, Vol.36 no.4, pp. 639-647, MIT Press. [17] Miller, G. (1995), “Wordnet, A lexical database for English”, Communications of the ACM 38, pp.39-41. [18] Naughton, M. (2009), Sentence-Level Event Detection and Coreference Resolution. Doctoral Thesis, School of Computer Science and Informatics, University College Dublin. [19] Nicolae C. and Nicolae G. (2006), ”Bestcut. A graph algorithm for coreference resolution”, In proceedings EMNLP, 275–283, Sydney. [20] Schaeffer, S. E. (2007), “Graph clustering”, Computer Science Review, 1(1).27–64. [21] Walker, C. Strassel, S. Medero, J., (2006), Consortium, L. D. ACE 2005 Multilingual Training Corpus. Linguistic Data Consortium, University of Pennsylvania. [22] Wu, Zhibiao and Martha Palmer. (1994), Verb semantics and lexical selection, In Proceedings of the 32nd Annual Meeting of the Association for Computational Linguistics, 133–138.
  • 8. 260 Computer Science & Information Technology ( CS & IT ) [23] Bagga and B. Baldwin, “Cross-Document Event Coreference: Annotations, Experiments, and Observations,” In Proc. ACL-99Workshop on Coreference and Its Applications, 2009, pp. 1-8. [24] Katie -McConky, Rakesh Nagi, Moises Sudit and William Hughes (2012), “Improving Event Co- reference By Context Extraction and Dynamic Feature Weighting”, 2012 IEEE International MultiDisciplinary Conference on Cognitive Methods in Situation Awareness and Decision Support, New Orleans, LA, pp.38-43 [25] Heeyoung Lee, Marta Recasens, Angel Chang, Mihai Surdeanu, Dan Jurafsky,’ (2012),”Joint Entity and Event Coreference Resolution across Documents”, Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, pp. 489–500, [26] A. Elkhlifi and A. Faiz (2009),”Automatic Annotation Approach of Events in News Articles,” International Journal of Computing & Information Sciences. 7(1). pp.40-50. [27] Huang, R. and Riloff, E. (2012) "Modeling Textual Cohesion for Event Extraction", Proceedings of the 26th Conference on Artificial Intelligence (AAAI 2012) [28] http://nlp.cs.qc.cuny.edu/kbp/2011/scoring.html (Original B-Cubed) [29] Peifeng Li, Qiaoming Zhu, Xiaoxu Zhu, (2011) “A Clustering and Ranking Based Approach for Multi-document Event Fusion “, 12th ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing,pp.161-165