Coordination Structure Analysis using Dual Decomposition

Similar documents
Introduction to HPSG. Introduction. Historical Overview. The HPSG architecture. Signature. Linguistic Objects. Descriptions.

11/29/2010. Statistical Parsing. Statistical Parsing. Simple PCFG for ATIS English. Syntactic Disambiguation

Prediction of Maximal Projection for Semantic Role Labeling

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17.

Parsing with Treebank Grammars: Empirical Bounds, Theoretical Models, and the Structure of the Penn Treebank

Chinese Language Parsing with Maximum-Entropy-Inspired Parser

Syntax Parsing 1. Grammars and parsing 2. Top-down and bottom-up parsing 3. Chart parsers 4. Bottom-up chart parsing 5. The Earley Algorithm

Basic Parsing with Context-Free Grammars. Some slides adapted from Julia Hirschberg and Dan Jurafsky 1

Proof Theory for Syntacticians

Accurate Unlexicalized Parsing for Modern Hebrew

Towards a Machine-Learning Architecture for Lexical Functional Grammar Parsing. Grzegorz Chrupa la

Parsing of part-of-speech tagged Assamese Texts

Target Language Preposition Selection an Experiment with Transformation-Based Learning and Aligned Bilingual Data

POS tagging of Chinese Buddhist texts using Recurrent Neural Networks

The Interface between Phrasal and Functional Constraints

Basic Syntax. Doug Arnold We review some basic grammatical ideas and terminology, and look at some common constructions in English.

An Interactive Intelligent Language Tutor Over The Internet

"f TOPIC =T COMP COMP... OBJ

An Efficient Implementation of a New POP Model

Learning Computational Grammars

Probabilistic Latent Semantic Analysis

arxiv: v1 [cs.cl] 2 Apr 2017

CS 598 Natural Language Processing

AQUA: An Ontology-Driven Question Answering System

Ensemble Technique Utilization for Indonesian Dependency Parser

Towards a MWE-driven A* parsing with LTAGs [WG2,WG3]

Some Principles of Automated Natural Language Information Extraction

Survey on parsing three dependency representations for English

Context Free Grammars. Many slides from Michael Collins

Discriminative Learning of Beam-Search Heuristics for Planning

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models

The Role of the Head in the Interpretation of English Deverbal Compounds

The Strong Minimalist Thesis and Bounded Optimality

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

SEMAFOR: Frame Argument Resolution with Log-Linear Models

LTAG-spinal and the Treebank

Applications of memory-based natural language processing

Lecture 1: Machine Learning Basics

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

Modeling Attachment Decisions with a Probabilistic Parser: The Case of Head Final Structures

Grammars & Parsing, Part 1:

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Structure-Preserving Extraction without Traces

Developing a TT-MCTAG for German with an RCG-based Parser

Disambiguation of Thai Personal Name from Online News Articles

A Minimalist Approach to Code-Switching. In the field of linguistics, the topic of bilingualism is a broad one. There are many

The Smart/Empire TIPSTER IR System

Linking Task: Identifying authors and book titles in verbose queries

Hindi Aspectual Verb Complexes

Learning Methods for Fuzzy Systems

UNIVERSITY OF OSLO Department of Informatics. Dialog Act Recognition using Dependency Features. Master s thesis. Sindre Wetjen

Control and Boundedness

Compositional Semantics

Enhancing Unlexicalized Parsing Performance using a Wide Coverage Lexicon, Fuzzy Tag-set Mapping, and EM-HMM-based Lexical Probabilities

Language Model and Grammar Extraction Variation in Machine Translation

The Discourse Anaphoric Properties of Connectives

Chunk Parsing for Base Noun Phrases using Regular Expressions. Let s first let the variable s0 be the sentence tree of the first sentence.

A Domain Ontology Development Environment Using a MRD and Text Corpus

Knowledge-Based - Systems

RANKING AND UNRANKING LEFT SZILARD LANGUAGES. Erkki Mäkinen DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TAMPERE REPORT A ER E P S I M S

Assignment 1: Predicting Amazon Review Ratings

EdIt: A Broad-Coverage Grammar Checker Using Pattern Grammar

A heuristic framework for pivot-based bilingual dictionary induction

Speech Recognition at ICSI: Broadcast News and beyond

Heuristic Sample Selection to Minimize Reference Standard Training Set for a Part-Of-Speech Tagger

The stages of event extraction

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks

Transfer Learning Action Models by Measuring the Similarity of Different Domains

A Version Space Approach to Learning Context-free Grammars

BANGLA TO ENGLISH TEXT CONVERSION USING OPENNLP TOOLS

ENGBG1 ENGBL1 Campus Linguistics. Meeting 2. Chapter 7 (Morphology) and chapter 9 (Syntax) Pia Sundqvist

COMPUTATIONAL COMPLEXITY OF LEFT-ASSOCIATIVE GRAMMAR

An Introduction to the Minimalist Program

Constraining X-Bar: Theta Theory

Lecture 10: Reinforcement Learning

Rule Learning With Negation: Issues Regarding Effectiveness

What Can Neural Networks Teach us about Language? Graham Neubig a2-dlearn 11/18/2017

Informatics 2A: Language Complexity and the. Inf2A: Chomsky Hierarchy

Pre-Processing MRSes

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition

On-Line Data Analytics

Calibration of Confidence Measures in Speech Recognition

Efficient Normal-Form Parsing for Combinatory Categorial Grammar

Natural Language Processing. George Konidaris

A Case Study: News Classification Based on Term Frequency

Twitter Sentiment Classification on Sanders Data using Hybrid Approach

A Neural Network GUI Tested on Text-To-Phoneme Mapping

Second Exam: Natural Language Parsing with Neural Networks

Using dialogue context to improve parsing performance in dialogue systems

Extracting Opinion Expressions and Their Polarities Exploration of Pipelines and Joint Models

Adapting Stochastic Output for Rule-Based Semantics

Generative models and adversarial training

Natural Language Processing: Interpretation, Reasoning and Machine Learning

Distant Supervised Relation Extraction with Wikipedia and Freebase

THE ROLE OF DECISION TREES IN NATURAL LANGUAGE PROCESSING

Beyond the Pipeline: Discrete Optimization in NLP

Cross Language Information Retrieval

Detecting English-French Cognates Using Orthographic Edit Distance

Training and evaluation of POS taggers on the French MULTITAG corpus

Language Acquisition Fall 2010/Winter Lexical Categories. Afra Alishahi, Heiner Drenhaus

Transcription:

Coordination Structure Analysis using Dual Decomposition Atsushi Hanamoto 1 Takuya Matsuzaki 1 Jun ichi Tsujii 2 1. Department of Computer Science, University of Tokyo, Japan 2. Web Search & Mining Group, Microsoft Research Asia, China {hanamoto, matuzaki}@is.s.u-tokyo.ac.jp jtsujii@microsoft.com Abstract Coordination disambiguation remains a difficult sub-problem in parsing despite the frequency and importance of coordination structures. We propose a method for disambiguating coordination structures. In this method, dual decomposition is used as a framework to take advantage of both HPSG parsing and coordinate structure analysis with alignment-based local features. We evaluate the performance of the proposed method on the Genia corpus and the Wall Street Journal portion of the Penn Treebank. Results show it increases the percentage of sentences in which coordination structures are detected correctly, compared with each of the two algorithms alone. 1 Introduction Coordination structures often give syntactic ambiguity in natural language. Although a wrong analysis of a coordination structure often leads to a totally garbled parsing result, coordination disambiguation remains a difficult sub-problem in parsing, even for state-of-the-art parsers. One approach to solve this problem is a grammatical approach. This approach, however, often fails in noun and adjective coordinations because there are many possible structures in these coordinations that are grammatically correct. For example, a noun sequence of the form n 0 n 1 and n 2 n 3 has as many as five possible structures (Resnik, 1999). Therefore, a grammatical approach is not sufficient to disambiguate coordination structures. In fact, the Stanford parser (Klein and Manning, 2003) and Enju (Miyao and Tsujii, 2004) fail to disambiguate a sentence I am a freshman advertising and marketing major. Table 1 shows the output from them and the correct coordination structure. The coordination structure above is obvious to humans because there is a symmetry of conjuncts (-ing) in the sentence. Coordination structures often have such structural and semantic symmetry of conjuncts. One approach is to capture local symmetry of conjuncts. However, this approach fails in VP and sentential coordinations, which can easily be detected by a grammatical approach. This is because conjuncts in these coordinations do not necessarily have local symmetry. It is therefore natural to think that considering both the syntax and local symmetry of conjuncts would lead to a more accurate analysis. However, it is difficult to consider both of them in a dynamic programming algorithm, which has been often used for each of them, because it explodes the computational and implementational complexity. Thus, previous studies on coordination disambiguation often dealt only with a restricted form of coordination (e.g. noun phrases) or used a heuristic approach for simplicity. In this paper, we present a statistical analysis model for coordination disambiguation that uses the dual decomposition as a framework. We consider both of the syntax, and structural and semantic symmetry of conjuncts so that it outperforms existing methods that consider only either of them. Moreover, it is still simple and requires only O(n 4 ) time per iteration, where n is the number of words in a sentence. This is equal to that of coordination structure analysis with alignmentbased local features. The overall system still has a quite simple structure because we need just slight modifications of existing models in this approach, 430 Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics, pages 430 438, Avignon, France, April 23-27 2012. c 2012 Association for Computational Linguistics

Stanford parser/enju I am a ( freshman advertising ) and ( marketing major ) Correct coordination structure I am a freshman ( ( advertising and marketing ) major ) Table 1: Output from the Stanford parser, Enju and the correct coordination structure so we can easily add other modules or features for future. The structure of this paper is as follows. First, we describe three basic methods required in the technique we propose: 1) coordination structure analysis with alignment-based local features, 2) HPSG parsing, and 3) dual decomposition. Finally, we show experimental results that demonstrate the effectiveness of our approach. We compare three methods: coordination structure analysis with alignment-based local features, HPSG parsing, and the dual-decomposition-based approach that combines both. 2 Related Work Many previous studies for coordination disambiguation have focused on a particular type of NP coordination (Hogan, 2007). Resnik (1999) disambiguated coordination structures by using semantic similarity of the conjuncts in a taxonomy. He dealt with two kinds of patterns, [n 0 n 1 and n 2 n 3 ] and [n 1 and n 2 n 3 ], where n i are all nouns. He detected coordination structures based on similarity of form, meaning and conceptual association between n 1 and n 2 and between n 1 and n 3. Nakov and Hearst (2005) used the Web as a training set and applied it to a task that is similar to Resnik s. In terms of integrating coordination disambiguation with an existing parsing model, our approach resembles the approach by Hogan (2007). She detected noun phrase coordinations by finding symmetry in conjunct structure and the dependency between the lexical heads of the conjuncts. They are used to rerank the n-best outputs of the Bikel parser (2004), whereas two models interact with each other in our method. Shimbo and Hara (2007) proposed an alignment-based method for detecting and disambiguating non-nested coordination structures. They disambiguated coordination structures based on the edit distance between two conjuncts. Hara et al. (2009) extended the method, dealing with nested coordinations as well. We used their method as one of the two sub-models. 3 Background 3.1 Coordination structure analysis with alignment-based local features Coordination structure analysis with alignmentbased local features (Hara et al., 2009) is a hybrid approach to coordination disambiguation that combines a simple grammar to ensure consistent global structure of coordinations in a sentence, and features based on sequence alignment to capture local symmetry of conjuncts. In this section, we describe the method briefly. A sentence is denoted by x = x 1...x k, where x i is the i-th word of x. A coordination boundaries set is denoted by y = y 1...y k, where y i = (b l, e l, b r, e r ) (if x i is a coordinating conjunction having left conjunct x bl...x el and right conjunct x br...x er ) null (otherwise) In other words, y i has a non-null value only when it is a coordinating conjunction. For example, a sentence I bought books and stationary has a coordination boundaries set (null, null, null, (3, 3, 5, 5), null). The score of a coordination boundaries set is defined as the sum of score of all coordinating conjunctions in the sentence. score(x, y) = = k score(x, y m ) m=1 k w f(x, y m ) (1) m=1 where f(x, y m ) is a real-valued feature vector of the coordination conjunct x m. We used almost the same feature set as Hara et al. (2009): namely, the surface word, part-of-speech, suffix and prefix of the words, and their combinations. We used the averaged perceptron to tune the weight vector w. Hara et al. (2009) proposed to use a contextfree grammar to find a properly nested coordination structure. That is, the scoring function Eq (1) 431

COMPS list of synsem SEM semantics nonlocal NONLOC REL list of local SLASH list of local Spring COORD CJT N CC W Coordination. Conjunct. Non-coordination. Coordinating conjunction like and. Any word. Table 2: Non-terminals Rules for coordinations: COORD i,m CJT i,j CC j+1,k 1 CJT k,m Rules for conjuncts: CJT i,j (COORD N) i,j Rules for non-coordinations: N i,k COORD i,j N j+1,k N i,j W i,i (COORD N) i+1,j N i,i W i,i Rules for pre-terminals: CC i,i (and or but, ; + +/ ) i CC i,i+1 (, ; ) i (and or but) i+1 CC i,i+2 (as) i (well) i+1 (as) i+2 W i,i i Table 3: Production rules is only defined on the coordination structures that are licensed by the grammar. We only slightly extended their grammar for convering more variety of coordinating conjunctions. Table 2 and Table 3 show the non-terminals and production rules used in the model. The only objective of the grammar is to ensure the consistency of two or more coordinations in a sentence, which means for any two coordinations they must be either non-overlapping or nested coordinations. We use a bottom-up chart parsing algorithm to output the coordination boundaries with the highest score. Note that these production rules don t need to be isomorphic to those of HPSG parsing and actually they aren t. This is because the two methods interact only through dual decomposition and the search spaces defined by the methods are considered separately. This method requires O(n 4 ) time, where n is the number of words. This is because there are O(n 2 ) possible coordination structures in a sentence, and the method requires O(n 2 ) time to get a feature vector of each coordination structure. 3.2 HPSG parsing HPSG (Pollard and Sag, 1994) is one of the linguistic theories based on lexicalized grammar 2 SUBJ < > SUBJ < > Figure 1: HPSG sign SUBJ < 2 > HEAD SUBJ COMPS 1 2 4 SUBJ 2 3 COMPS < 3 4 > Figure 2: Subject-Head Schema (left) and Head- Figure 1: subject-head schema (left) and headcomplement Complement schema Schema (right); (right) taken from Miyao et al. (2004). and unbounded dependencies. SEM feature represents the semantics of a constituent, and in this formalism. In a lexicalized grammar, quite a study it expresses a predicate-argument structure. small numbers of schemata are used to explain Figure 2 presents the Subject-Head Schema general grammatical constraints, compared and the Head-Complement Schema 1 with defined in other theories. On the other hand, rich wordspecific (Pollard and Sag, 1994). In order to express general constraints, characteristics schemata are only embedded provide sharing in lexical of entries. feature values, Both and of schemata no instantiated and values. lexical entries are Figure represented 3 hasbyantyped example feature of HPSG structures, parsing and constraints of the sentence in parsing Spring arehas checked come. byfirst, unification each among of the them. lexicalfigure entries1 for shows has examples and come of HPSG are schema. unified with a daughter feature structure of the Head-Complement Figure 2 shows anschema. HPSG parse Unification tree ofprovides the sentence the phrasal Spring sign has ofcome. the mother. First, The thesign lexical of the entries larger of constituent has and is come obtained are by repeatedly joined byapply- ing schemataschema. to lexical/phrasal Unification signs. gives Finally, the HPSG the headcomplement sign phrasal of mother. sign of After the entire applying sentence schemata is output toon HPSG the signs top of repeatedly, the derivation the HPSG tree. sign of the whole sentence is output. 3 Acquiring HPSG from the Penn We use Enju for an English HPSG parser Treebank (Miyao et al., 2004). Figure 3 shows how a coordination As discussed structure in Section is built 1, in our thegrammar Enju grammar. development a coordinating requires eachconjunction sentence to and be annotated the right First, conjunct with i) aare history joined ofby rule coord applications, right schema. and ii) additional annotations the parenttoand make the the left grammar conjunct rules are Afterwards, joined be pseudo-injective. by coord left schema. In HPSG, a history of rule applications The Enju parser is represented is equipped by a tree with annotated a disambiguation model trained by the maximum entropy with schema names. Additional annotations are method 1 The value (Miyao of category and Tsujii, has been2008). presentedsince for simplicity, we do while the other portions of the sign have been omitted. not need the probability of each parse tree, we treat the model just as a linear model that defines the score of a parse tree as the sum of feature weights. The features of the model are defined on local subtrees of a parse tree. The Enju parser takes O(n 3 ) time since it uses the CKY algorithm, and each cell in the CKY parse table has at most a constant number of edges because we use beam search algorithm. Thus, we can regard the parser as a decoder for a weighted CFG. 3.3 Dual decomposition Dual decomposition is a classical method to solve complex optimization problems that can be de- 1 HEAD SUBJ COMPS Sprin Fig required becaus tive, i.e., daught termined given t tions are at least of each non-head this is not perco SLASH/REL feat our previous stu the SUBJ featur the Head-Comp since this schem rated constituen empty SUBJ fea tated with at lea tries required to determined. In specified deriva tated withschem ing the specifica We describe t ment in terms o externalization, 3.1 Specificat General gramm this phase, and through the desi ure 1 shows the structure of a sig features are defin 432

synsem synsem nsem synsem EAD UBJ OMPS 4 > 1 2 4 3 eft) and Head- M feature repnt, and in this ent structure. Head Schema a 1 defined in o express genide sharing of values. PSG parsing. First, each d come are ructure of the ation provides he sign of the eatedly applys. Finally, the s output on the Penn ammar develbe annotated ns, and ii) adrammar rules history of rule tree annotated nnotations are ted forsimplicity, een omitted. Head-complement schema HEAD noun SUBJ < > Spring Unify Spring SUBJ 2 Unify 3 COMPS < 3 4 > SUBJ < 5 > COMPS < SUBJ < 5 > > has has SUBJ 2 COMPS 4 HEAD noun SUBJ < SUBJ < > > come Lexical entries SUBJ < > subject-head SUBJ < 1 > head-comp HEAD noun 1 SUBJ < > SUBJ < 1 > 2 SUBJ < 1 > COMPS < 2 > come Figure 2: HPSG Figure parsing; 3: HPSG taken parsing from Miyao et al. (2004). required because HPSG schemata are not injective, i.e., daughters signs cannot be uniquely determined given Coordina(on the mother. Thefollowing annotations are at least required. First, the HEAD feature of each non-head daughter must be specified since this is not percolatedpar(al, to the mother sign. Second, Le3,Conjunct SLASH/REL features Coordina(on are required as described in our previous study (Miyao et al., 2003a). Finally, the SUBJ feature of the complement daughter in the Head-Complement Coordina(ng, Schema Right, must be specified since this Conjunc(on schema may subcategorize Conjunct an unsaturated constituent, i.e., a constituent with a nonempty SUBJ feature. When the corpus is annotated Figure with 3: at Construction least theseof features, coordination the lexical in Enjuen- tries required to explain the sentence are uniquely determined. In this study, we define partiallyspecified derivation into efficiently trees as solvable tree structures sub-problems. anno- composed Ittated is becoming withschema popular namesin andthe HPSGsigns NLP community includinghas the specifications been shown to of work the above effectively features. on sev- and eralwe NLPdescribe tasks (Rush the process et al., 2010). of grammar development We consider in terms an of optimization the four phases: problem specification, externalization, extraction, and verification. arg max(f(x) + g(x)) (2) x 3.1 Specification which is difficult to solve (e.g. NP-hard), while General grammatical constraints are defined in arg max this phase, x f(x) and arg max and in HPSG, they x g(x) are effectively are represented solvable. through the In dual design decomposition, of the sign and we schemata. solve Figure min 1 shows max(f(x) the definition + g(y) + for u(x the typed y)) feature structure u x,y of a sign used in this study. Some more features are defined for each syntactic category alinstead of the original problem. To find the minimum value, we can use a subgradient method (Rush et al., 2010). The subgradient method is given in Table 4. As the algorithm u (1) 0 for k = 1 to K do x (k) arg max x (f(x) + u (k) x) y (k) arg max y (g(y) u (k) y) if x = y then return u (k) end if u (k+1) u k a k (x (k) y (k) ) end for return u (K) Table 4: The subgradient method shows, you can use existing algorithms and don t need to have an exact algorithm for the optimization problem, which are features of dual decomposition. If x (k) = y (k) occurs during the algorithm, then we simply take x (k) as the primal solution, which is the exact answer. If not, we simply take x (K), the answer of coordination structure analysis with alignment-based features, as an approximate answer to the primal solution. The answer does not always solve the original problem Eq (2), but previous works (e.g., (Rush et al., 2010)) has shown that it is effective in practice. We use it in this paper. 4 Proposed method In this section, we describe how we apply dual decomposition to the two models. 4.1 Notation We define some notations here. First we describe weighted CFG parsing, which is used for both coordination structure analysis with alignmentbased features and HPSG parsing. We follows the formulation by Rush et al., (2010). We assume a context-free grammar in Chomsky normal form, with a set of non-terminals N. All rules of the grammar are either the form A BC or A w where A, B, C N and w V. For rules of the form A w we refer to A as the pre-terminal for w. Given a sentence with n words, w 1 w 2...w n, a parse tree is a set of rule productions of the form A BC, i, k, j where A, B, C N, and 1 i k j n. Each rule production represents the use of CFG rule A BC where nonterminal A spans words w i...w j, non-terminal B 433

spans word w i...w k, and non-terminal C spans word w k+1...w j if k < j, and the use of CFG rule A w i if i = k = j. We now define the index set for the coordination structure analysis as I csa = { A BC, i, k, j : A, B, C N, 1 i k j n} Each parse tree is a vector y = {y r : r I csa }, with y r = 1 if rule r is in the parse tree, and y r = 0 otherwise. Therefore, each parse tree is represented as a vector in {0, 1} m, where m = I csa. We use Y to denote the set of all valid parse-tree vectors. The set Y is a subset of {0, 1} m. In addition, we assume a vector θ csa = {θr csa : r I csa } that specifies a score for each rule production. Each θr csa can take any real value. The optimal parse tree is y = arg max y Y y θ csa where y θ csa = r y r θr csa is the inner product between y and θ csa. We use similar notation for HPSG parsing. We define I hpsg, Z and θ hpsg as the index set for HPSG parsing, the set of all valid parse-tree vectors and the weight vector for HPSG parsing respectively. We extend the index sets for both the coordination features and HPSG parsing to make a constraint between the two sub-problems. For the coordination features we define the extended index set to be I csa = I csa Iuni where I uni = {(a, b, c) : a, b, c {1...n}} Here each triple (a, b, c) represents that word w c is recognized as the last word of the right conjunct and the scope of the left conjunct or the coordinating conjunction is w a...w 1 b. Thus each parse-tree vector y will have additional components y a,b,c. Note that this representation is over-complete, since a parse tree is enough to determine unique coordination structures for a sentence: more explicitly, the value of y a,b,c is 1 This definition is derived from the structure of a coordination in Enju (Figure 3). The triples show where the coordinating conjunction and right conjunct are in coord right schema, and the left conjunct and partial coordination are in coord left schema. Thus they alone enable not only the coordination structure analysis with alignmentbased features but Enju to uniquely determine the structure of a coordination. 1 if rule COORD a,c CJT a,b CC, CJT,c or COORD,c CJT, CC a,b CJT,c is in the parse tree; otherwise it is 0. We apply the same extension to the HPSG index set, also giving an over-complete representation. We define z a,b,c analogously to y a,b,c. 4.2 Proposed method We now describe the dual decomposition approach for coordination disambiguation. First, we define the set Q as follows: Q = {(y, z) : y Y, z Z, y a,b,c = z a,b,c for all (a, b, c) I uni } Therefore, Q is the set of all (y, z) pairs that agree on their coordination structures. The coordination features and HPSG parsing problem is then to solve max (y (y,z) Q θcsa + γz θ hpsg ) (3) where γ > 0 is a parameter dictating the relative weight of the two models and is chosen to optimize performance on the development test set. This problem is equivalent to max (g(z) z Z θcsa + γz θ hpsg ) (4) where g : Z Y is a function that maps a HPSG tree z to its set of coordination structures z = g(y). We solve this optimization problem by using dual decomposition. Figure 4 shows the resulting algorithm. The algorithm tries to optimize the combined objective by separately solving the sub-problems again and again. After each iteration, the algorithm updates the weights u(a, b, c). These updates modify the objective functions for the two sub-problems, encouraging them to agree on the same coordination structures. If y (k) = z (k) occurs during the iterations, then the algorithm simply returns y (k) as the exact answer. If not, the algorithm returns the answer of coordination analysis with alignment features as a heuristic answer. It is needed to modify original sub-problems for calculating (1) and (2) in Table 4. We modified the sub-problems to regard the score of u(a, b, c) as a bonus/penalty of the coordination. The modified coordination structure analysis with alignment features adds u (k) (i, j, m) and u (k) (j+1, l 434

u (1) (a, b, c) 0 for all (a, b, c) I uni for k =1to K do y (k) arg max y Y (y θ csa (a,b,c) I uni u (k) (a, b, c)y a,b,c )... (1) z (k) arg max z Z (z θ hpsg + (a,b,c) I uni u (k) (a, b, c)z a,b,c )... (2) if y (k) (a, b, c) =z (k) (a, b, c) for all (a, b, c) I uni then return y (k) end if for all (a, b, c) I uni do u (k+1) (a, b, c) u (k) (a, b, c) a k (y (k) (a, b, c) z (k) (a, b, c)) end for end for return y (K) Figure 4: Proposed algorithm Figure 4: Proposed algorithm w f(x, (i,j,l,m)) to the score of the subtree, when the rule production COORD i,m NP 63.7 66.3 COORD WSJ Genia 1, m), as well as adding w f(x, (i, j, l, m)) to COORD WSJ Genia the score of the subtree, when the rule production COORD i,m CJT NP 63.7 66.3 CJT i,j CC j+1,l 1 CJT l,m is applied. VP 13.8 11.4 The modified i,j CC Enju j+1,l 1 CJT adds u (k) l,m is VP 13.8 11.4 (i, j, l) when coord left schema is applied, where word w c S 11.4 6.0 ADJP 6.8 9.6 applied. ADJP 6.8 9.6 The modified Enju adds u is recognized as (k) (a, b, c) when S 11.4 6.0 a coordinating conjunction PP 2.4 5.1 coord right schema is applied, where word PP 2.4 5.1 and left side of its scope is w a...w b, or coord right schema is applied, where word w c Others 1.9 1.5 w a...w b is recognized as a coordinating conjunction and the last word of the right conjunct is Others 1.9 1.5 is recognized as a coordinating conjunction and Table 6: The percentage of each conjunct type (%) of w c, or coord left schema is applied, where word Table 6: The right side of its scope is w a...w b. each percentage test set of each conjunct type (%) of w a...w b is recognized as the left conjunct and the each test set last word of 5the right Experiments conjunct is w c. Penn Treebank has more VP-COOD tags and S- rized into phrase 5.1 Test/Training data COOD types tags, such while as a NP the coordination 5 Experiments Genia corpus has more or PP coordination. We trained the alignment-based coordination NP-COOD Table tags 6 shows and ADJP-COOD the percentage tags. 5.1 Test/Training data of each phrase type in all coordianitons. It indicates the (?) Wall 5.2Street Implementation Journal portion of of sub-problems the Penn analysis model on both the Genia corpus We trained and the the alignment-based Wall Street Journal coordination portion of Treebank the Penn has more VP coordinations and S coordianitons, while the Genia corpus has more NP analysis model Treebank on both (?), the and Genia evaluated corpus the(kim performance of We used Enju (?) for the implementation of et al., 2003) our andmethod the Wall on Street (i) thejournal Genia portion corpus and (ii) the HPSG parsing, which has a wide-coverage probabilistic HPSG grammar and an efficient parsing coordianitons and ADJP coordiations. of the Penn Wall Treebank Street (Marcus Journal et portion al., 1993), of theand Penn Treebank. evaluated themore performance precisely, ofwe ourused method HPSG on (i) treebank convertedand from(ii) the the Penn Wall Treebank Street Jour- and Genia, and (2009) s algorithm with slight modifications. algorithm, while we re-implemented Hara et al., 5.2 Implementation of sub-problems the Genia corpus nal portion of further Penn extracted Treebank. the More training/test precisely, data for We coordination treebank structure converted analysis fromwith the Penn alignment-based the implementation of HPSG parsing, which has used Enju (Miyao and Tsujii, 2004) for we used HPSG 5.2.1 Step size Treebank and features Genia, using andthe further annotation extracted in the the Treebank. a wide-coverage Table data?? for shows coordination the corpus structure used inanaly- the experiments. and an efficient rithm parsing (Figure algorithm,??). First, while we initialized we re- a 0, which We probabilistic used the following HPSG step grammar size in our algo- training/test sis with alignment-based The Wall features Street Journal using the portion anno-otation in the Treebank. Table 5 shows the corpus slight modifications., the implemented Penn ishara chosen et al., to optimize (2009) s algorithm performance withon the devel- has 2317 sentences from WSJ articles, opment set. Then we defined a k = a 0 2 η k used in the experiments. and there are 1356 COOD tags in the sentences, where η k is the number of times that L(u (k ) ) > The Wallwhile Streetthe Journal Geniaportion corpus has of the 1754 Penn 5.2.1 Step sentences from L(u size (k 1) ) for k k. Treebank inmedline the test set has abstracts, 2317 sentences and there from are 1848 COOD We used the following step size in our algorithm further (Figure 5.34). Evaluation First, we initialized metric a 0, which WSJ articles, tags andinthere sentences. are 1356 coordinations COOD tags are in the sentences, subcategorized while the into Geniaphrase corpustypes in the suchisas chosen NP- towe optimize evaluated performance the performance on the of devel- the per-setods Then bywe thedefined accuracya k of= coordination-level a 0 2 η k the tested meth- test set has 1764 COOD sentences or VP-COOD. from MEDLINE Table?? abstracts, and centage there areof1848 eachcoordinations phrase type in inall thecood where tags. η k is eting the number (?); i.e., ofwe times count thateach L(u (k ) of the ) > coordination showsopment, brack- sentences. Coordinations It indicates theare Wall further Streetsubcatego- Journal portion L(u of (k the 1) ) for scopes k as k. one output of the system, and the system 435

Task (i) Task (ii) Training WSJ (sec. 2 21) + Genia (No. 1 1600) WSJ (sec. 2 21) Development Genia (No. 1601 1800) WSJ (sec. 22) Test Genia (No. 1801 1999) WSJ (sec. 23) Table 5: The corpus used in the experiments Proposed Enju CSA Precision 72.4 66.3 65.3 Recall 67.8 65.5 60.5 F1 70.0 65.9 62.8 Table 7: Results of Task (i) on the test set. The precision, recall, and F1 (%) for the proposed method, Enju, and Coordination structure analysis with alignmentbased features (CSA) 100%$ 95%$ 90%$ 85%$ 80%$ 75%$ 70%$ 65%$ 60%$ 1$ 3$ 5$ 7$ 9$ 11$13$15$17$19$21$23$25$27$29$31$33$35$37$39$41$43$45$47$49$ 5.3 Evaluation metric We evaluated the performance of the tested methods by the accuracy of coordination-level bracketing (Shimbo and Hara, 2007); i.e., we count each of the coordination scopes as one output of the system, and the system output is regarded as correct if both of the beginning of the first output conjunct and the end of the last conjunct match annotations in the Treebank (Hara et al., 2009). 5.4 Experimental results of Task (i) We ran the dual decomposition algorithm with a limit of K = 50 iterations. We found the two sub-problems return the same answer during the algorithm in over 95% of sentences. We compare the accuracy of the dual decomposition approach to two baselines: Enju and coordination features. Table 7 shows all three results. The dual decomposition method gives a statistically significant gain in precision and recall over the two methods 2. Table 8 shows the recall of coordinations of each type. It indicates our re-implementation of CSA and Hara et al. (2009) have a roughly similar performance, although their experimental settings are different. It also shows the proposed method took advantage of Enju and CSA in NP coordination, while it is likely just to take the answer of Enju in VP and sentential coordinations. This means we might well use dual decomposi- 2 p < 0.01 (by chi-square test) Figure 5: Performance of the approach as a function of K of Task (i) on the development set. accuracy (%): the percentage of sentences that are correctly parsed. certificates (%): the percentage of sentences for which a certificate of optimality is obtained. tion only on NP coordinations to have a better result. Figure 5 shows performance of the approach as a function of K, the maximum number of iterations of dual decomposition. The graphs show that values of K much less than 50 produce almost identical performance to K = 50 (with K = 50, the accuracy of the method is 73.4%, with K = 20 it is 72.6%, and with K = 1 it is 69.3%). This means you can use smaller K in practical use for speed. 5.5 Experimental results of Task (ii) We also ran the dual decomposition algorithm with a limit of K = 50 iterations on Task (ii). Table 9 and 10 show the results of task (ii). They show the proposed method outperformed the two methods statistically in precision and recall 3. Figure 6 shows performance of the approach as a function of K, the maximum number of iterations of dual decomposition. The convergence speed for WSJ was faster than that for Genia. This is because a sentence of WSJ often have a simpler coordination structure, compared with that of Genia. 3 p < 0.01 (by chi-square test) 436

COORD # Proposed Enju CSA # Hara et al. (2009) Overall 1848 67.7 63.3 61.9 3598 61.5 NP 1213 67.5 61.4 64.1 2317 64.2 VP 208 79.8 78.8 66.3 456 54.2 ADJP 193 58.5 59.1 54.4 312 80.4 S 111 51.4 52.3 34.2 188 22.9 PP 110 64.5 59.1 57.3 167 59.9 Others 13 78.3 73.9 65.2 140 49.3 Table 8: The number of coordinations of each type (#), and the recall (%) for the proposed method, Enju, coordination features (CSA), and Hara et al. (2009) of Task (i) on the development set. Note that Hara et al. (2009) uses a different test set and different annotation rules, although its test data is also taken from the Genia corpus. Thus we cannot compare them directly. Proposed Enju CSA Precision 76.3 70.7 66.0 Recall 70.6 69.0 60.1 F1 73.3 69.9 62.9 Table 9: Results of Task (ii) on the test set. The precision, recall, and F1 (%) for the proposed method, Enju, and Coordination structure analysis with alignmentbased features (CSA) COORD # Proposed Enju CSA Overall 1017 71.6 68.1 60.7 NP 573 76.1 71.0 67.7 VP 187 62.0 62.6 47.6 ADJP 73 82.2 75.3 79.5 S 141 64.5 62.4 42.6 PP 19 52.6 47.4 47.4 Others 24 62.5 70.8 54.2 Table 10: The number of coordinations of each type (#), and the recall (%) for the proposed method, Enju, and coordination structure analysis with alignmentbased features (CSA) of Task (ii) on the development set. 6 Conclusion and Future Work In this paper, we presented an efficient method for detecting and disambiguating coordinate structures. Our basic idea was to consider both grammar and symmetries of conjuncts by using dual decomposition. Experiments on the Genia corpus and the Wall Street Journal portion of the Penn Treebank showed that we could obtain statistically significant improvement in accuracy when using dual decomposition. We would need a further study in the following points of view: First, we should evaluate our 100%$ 95%$ 90%$ 85%$ 80%$ 75%$ 70%$ 65%$ 60%$ 1$ 3$ 5$ 7$ 9$ 11$13$15$17$19$21$23$25$27$29$31$33$35$37$39$41$43$45$47$49$ Figure 6: Performance of the approach as a function of K of Task (ii) on the development set. accuracy (%): the percentage of sentences that are correctly parsed. certificates (%): the percentage of sentences for which a certificate of optimality is provided. method with corpus in different domains. Because characteristics of coordination structures differs from corpus to corpus, experiments on other corpus would lead to a different result. Second, we would want to add some features to coordination local features such as ontology. Finally, we can add other methods (e.g. dependency parsing) as sub-problems to our method by using the extension of dual decomposition, which can deal with more than two sub-problems. Acknowledgments The second author is partially supported by KAK- ENHI Grant-in-Aid for Scientific Research C 21500131 and Microsoft CORE project 7. 437

References Kazuo Hara, Masashi Shimbo, Hideharu Okuma, and Yuji Matsumoto. 2009. Coordinate structure analysis with global structural constraints and alignmentbased local features. In Proceedings of the 47th Annual Meeting of the ACL and the 4th IJCNLP of the AFNLP, pages 967 975, Aug. Deirdre Hogan. 2007. Coordinate noun phrase disambiguation in a generative parsing model. In Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics (ACL 2007), pages 680 687. Jun-Dong Kim, Tomoko Ohta, and Jun ich Tsujii. 2003. Genia corpus - a semantically annotated corpus for bio-textmining. Bioinformatics, 19. Dan Klein and Christopher D. Manning. 2003. Fast exact inference with a factored model for natural language parsing. Advances in Neural Information Processing Systems, 15:3 10. Mitchell P. Marcus, Beatrice Santorini, and Mary Ann Marcinkiewicz. 1993. Building a large annotated corpus of english: The penn treebank. Computational Linguistics, 19:313 330. Yusuke Miyao and Jun ich Tsujii. 2004. Deep linguistic analysis for the accurate identification of predicate-argument relations. In Proceeding of COLING 2004, pages 1392 1397. Yusuke Miyao and Jun ich Tsujii. 2008. Feature forest models for probabilistic hpsg parsing. MIT Press, 1(34):35 80. Yusuke Miyao, Takashi Ninomiya, and Jun ichi Tsujii. 2004. Corpus-oriented grammar development for acquiring a head-driven phrase structure grammar from the penn treebank. In Proceedings of the First International Joint Conference on Natural Language Processing (IJCNLP 2004). Preslav Nakov and Marti Hearst. 2005. Using the web as an implicit training set: Application to structural ambiguity resolution. In Proceedings of the Human Language Technology Conference and Conference on Empirical Methods in Natural Language (HLT- EMNLP 2005), pages 835 842. Carl Pollard and Ivan A. Sag. 1994. Head-driven phrase structure grammar. University of Chicago Press. Philip Resnik. 1999. Semantic similarity in a takonomy. Journal of Artificial Intelligence Research, 11:95 130. Alexander M. Rush, David Sontag, Michael Collins, and Tommi Jaakkola. 2010. On dual decomposition and linear programming relaxations for natural language processing. In Proceeding of the conference on Empirical Methods in Natural Language Processing. Masashi Shimbo and Kazuo Hara. 2007. A discriminative learning model for coordinate conjunctions. In Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, pages 610 619, Jun. 438