Víctor J. Díaz
University of Seville
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Víctor J. Díaz.
New developments in parsing technology | 2004
Miguel A. Alonso; Éric Villemonte de la Clergerie; Víctor J. Díaz; Manuel Vilares
Tree Adjoining Grammars (TAG) and Linear Indexed Grammars (LIG) are extensions of Context Free Grammars that generate the class of Tree Adjoining Languages. Taking advantage of this property, and providing a method for translating a TAG into a LIG, we define several parsing algorithms for TAG on the basis of their equivalent LIG parsers. We also explore why some practical optimizations for TAG parsing cannot be applied to the case of LIG.
ibero american conference on ai | 2002
Miguel A. Alonso; Vicente Carrillo; Víctor J. Díaz
Adjunction is a powerful operation that makes Tree Adjoining Grammar (TAG) useful for describing the syntactic structure of natural languages. In practice, a large part of wide coverage grammars written following the TAG formalism is formed by trees that can be combined by means of the simpler kind of adjunction defined for Tree Insertion Grammar. In this paper, we describe a parsing algorithm that makes use of this characteristic to reduce the practical complexity of TAG parsing: the expensive standard adjunction operation is only considered in those cases in which the simpler cubic-time adjunction cannot be applied.
industrial and engineering applications of artificial intelligence and expert systems | 1998
Víctor J. Díaz; Vicente Carrillo; Miguel Toro
Tree Insertion Grammar (TIG) is a compromise between Context-Free Grammars (CFG) and Tree Adjoining Grammars (TAG), that combines the efficiency of the former with the strong lexicalizing power of the latter. In this paper, we present a plain representation of TIG elementary trees that can be used directly as the input grammar for the original Earley parser without the additional considerations established in the Schabes and Waters Earley-based parser for TIG.
ibero-american conference on artificial intelligence | 2004
José A. Troyano; Víctor J. Díaz; Fernando Enríquez; Luisa Romero
In this paper we investigate the way of improving the performance of a Named Entity Extraction (NEE) system by applying machine learning techniques and corpus transformation. The main resources used in our experiments are the publicly available tagger TnT and a corpus of Spanish texts in which named entities occurrences are tagged with BIO tags. We split the NEE task into two subtasks 1) Named Entity Recognition (NER) that involves the identification of the group of words that make up the name of an entity and 2) Named Entity Classification (NEC) that determines the category of a named entity. We have focused our work on the improvement of the NER task, generating four different taggers with the same training corpus and combining them using a stacking scheme. We improve the baseline of the NER task (F β =1 value of 81.84) up to a value of 88.37. When a NEC module is added to the NER system the performance of the whole NEE task is also improved. A value of 70.47 is achieved from a baseline of 66.07.
international conference on implementation and application of automata | 2002
Miguel A. Alonso; Víctor J. Díaz; Manuel Vilares
We define a new model of automata for the description of bidirectional parsing strategies for context-free grammars and a tabulation mechanism that allow them to be executed in polynomial time. This new model of automata provides a modular way of defining bidirectional parsers, separating the description of a strategy from its execution.
artificial intelligence methodology systems applications | 2002
Vicente Carrillo; Víctor J. Díaz
Tree Adjoining Grammar (TAG) is a grammar formalism that has become very popular for the description of natural languages, however, this context-sensitive formalism entails important computation costs (O(n6)-time). Tree Insertion Grammar (TIG) is a compromise between Context Free Grammar (CFG) and TAG that can be parsed in O(n3) - time. In the literature, just two Earley-like parsers for TIGs have been defined. In this paper, we define a new variant of Earley-like parser for TIGs. In order to improve the performance of this parser, we show how the left corner relation for CFG can be generalized to the case of TIG and we present an efficient parser for TIG that uses this relation.Tree Adjoining Grammar (TAG) is a grammar formalism that has become very popular for the description of natural languages, however, this context-sensitive formalism entails important computation costs (O(n6)-time). Tree Insertion Grammar (TIG) is a compromise between Context Free Grammar (CFG) and TAG that can be parsed in O(n3) - time. In the literature, just two Earley-like parsers for TIGs have been defined. In this paper, we define a new variant of Earley-like parser for TIGs. In order to improve the performance of this parser,w e show how the left corner relation for CFG can be generalized to the case of TIG and we present an efficient parser for TIG that uses this relation.
TAG+ | 2002
Víctor J. Díaz; Vicente Carrillo; Miguel A. Alonso
Archive | 2003
Miguel A. Alonso; Víctor J. Díaz
Archive | 2000
Víctor J. Díaz; Miguel A. Alonso
international workshop/conference on parsing technologies | 2001
Miguel A. Alonso; Víctor J. Díaz; Manuel Vilares Ferro