id
string
submitter
string
authors
string
title
string
comments
string
journal-ref
string
doi
string
report-no
string
categories
string
license
string
abstract
string
versions
list
update_date
timestamp[s]
authors_parsed
list
cmp-lg/9706024
Fred Popowich
Fred Popowich, Davide Turcato, Olivier Laurens, Paul McFetridge, J. Devlan Nicholson, Patrick McGivern, Maricela Corzo Pena, Lisa Pidruchney, and Scott MacDonald (Simon Fraser University, Burnaby, Canada; TCC Communications, Victoria, Canada)
A Lexicalist Approach to the Translation of Colloquial Text
11 pages, LaTeX, uses tmi.sty
Proceedings of the 7th International Conference on Theoretical Issues in Machine Translation (TMI '97), Santa Fe, NM, 23-25 July 1997.
null
null
cmp-lg cs.CL
null
Colloquial English (CE) as found in television programs or typical conversations is different than text found in technical manuals, newspapers and books. Phrases tend to be shorter and less sophisticated. In this paper, we look at some of the theoretical and implementational issues involved in translating CE. We present a fully automatic large-scale multilingual natural language processing system for translation of CE input text, as found in the commercially transmitted closed-caption television signal, into simple target sentences. Our approach is based on the Whitelock's Shake and Bake machine translation paradigm, which relies heavily on lexical resources. The system currently translates from English to Spanish with the translation modules for Brazilian Portuguese under development.
[ { "version": "v1", "created": "Wed, 18 Jun 1997 18:40:00 GMT" } ]
2008-02-03T00:00:00
[ [ "Popowich", "Fred", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "Turcato", "Davide", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "Laurens", "Olivier", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "McFetridge", "Paul", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "Nicholson", "J. Devlan", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "McGivern", "Patrick", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "Pena", "Maricela Corzo", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "Pidruchney", "Lisa", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ], [ "MacDonald", "Scott", "", "Simon Fraser University, Burnaby, Canada; TCC\n Communications, Victoria, Canada" ] ]
cmp-lg/9706025
Dan Melamed
I. Dan Melamed (University of Pennsylvania)
A Portable Algorithm for Mapping Bitext Correspondence
8 pages
Proceedings of the 35th Conference of the Association for Computational Linguistics (ACL'97), Madrid, Spain, 1997.
null
null
cmp-lg cs.CL
null
The first step in most empirical work in multilingual NLP is to construct maps of the correspondence between texts and their translations ({\bf bitext maps}). The Smooth Injective Map Recognizer (SIMR) algorithm presented here is a generic pattern recognition algorithm that is particularly well-suited to mapping bitext correspondence. SIMR is faster and significantly more accurate than other algorithms in the literature. The algorithm is robust enough to use on noisy texts, such as those resulting from OCR input, and on translations that are not very literal. SIMR encapsulates its language-specific heuristics, so that it can be ported to any language pair with a minimal effort.
[ { "version": "v1", "created": "Tue, 24 Jun 1997 23:19:59 GMT" } ]
2008-02-03T00:00:00
[ [ "Melamed", "I. Dan", "", "University of Pennsylvania" ] ]
cmp-lg/9706026
Dan Melamed
I. Dan Melamed (University of Pennsylvania)
A Word-to-Word Model of Translational Equivalence
8 pages; this version has some typos corrected
Proceedings of the 35th Conference of the Association for Computational Linguistics (ACL'97), Madrid, Spain, 1997.
null
null
cmp-lg cs.CL
null
Many multilingual NLP applications need to translate words between different languages, but cannot afford the computational expense of inducing or applying a full translation model. For these applications, we have designed a fast algorithm for estimating a partial translation model, which accounts for translational equivalence only at the word level. The model's precision/recall trade-off can be directly controlled via one threshold parameter. This feature makes the model more suitable for applications that are not fully statistical. The model's hidden parameters can be easily conditioned on information extrinsic to the model, providing an easy way to integrate pre-existing knowledge such as part-of-speech, dictionaries, word order, etc.. Our model can link word tokens in parallel texts as well as other translation models in the literature. Unlike other translation models, it can automatically produce dictionary-sized translation lexicons, and it can do so with over 99% accuracy.
[ { "version": "v1", "created": "Tue, 24 Jun 1997 23:20:43 GMT" } ]
2008-02-03T00:00:00
[ [ "Melamed", "I. Dan", "", "University of Pennsylvania" ] ]
cmp-lg/9706027
Dan Melamed
I. Dan Melamed (University of Pennsylvania)
Automatic Discovery of Non-Compositional Compounds in Parallel Data
12 pages; uses natbib.sty, here.sty
Proceedings of the 2nd Conference on Empirical Methods in Natural Language Processing (EMNLP'97), Providence, RI, 1997.
null
null
cmp-lg cs.CL
null
Automatic segmentation of text into minimal content-bearing units is an unsolved problem even for languages like English. Spaces between words offer an easy first approximation, but this approximation is not good enough for machine translation (MT), where many word sequences are not translated word-for-word. This paper presents an efficient automatic method for discovering sequences of words that are translated as a unit. The method proceeds by comparing pairs of statistical translation models induced from parallel texts in two languages. It can discover hundreds of non-compositional compounds on each iteration, and constructs longer compounds out of shorter ones. Objective evaluation on a simple machine translation task has shown the method's potential to improve the quality of MT output. The method makes few assumptions about the data, so it can be applied to parallel data other than parallel texts, such as word spellings and pronunciations.
[ { "version": "v1", "created": "Tue, 24 Jun 1997 23:39:09 GMT" } ]
2008-02-03T00:00:00
[ [ "Melamed", "I. Dan", "", "University of Pennsylvania" ] ]
cmp-lg/9706028
Jochen Doerre
Jochen Doerre (Univ. Stuttgart)
Efficient Construction of Underspecified Semantics under Massive Ambiguity
9 pages, 7 postscript figures, LaTeX source (aclap, psfig styles)
Proceedings of ACL/EACL'97
null
null
cmp-lg cs.CL
null
We investigate the problem of determining a compact underspecified semantical representation for sentences that may be highly ambiguous. Due to combinatorial explosion, the naive method of building semantics for the different syntactic readings independently is prohibitive. We present a method that takes as input a syntactic parse forest with associated constraint-based semantic construction rules and directly builds a packed semantic structure. The algorithm is fully implemented and runs in $O(n^4 log(n))$ in sentence length, if the grammar meets some reasonable `normality' restrictions.
[ { "version": "v1", "created": "Thu, 26 Jun 1997 12:38:02 GMT" } ]
2008-02-03T00:00:00
[ [ "Doerre", "Jochen", "", "Univ. Stuttgart" ] ]
cmp-lg/9706029
Ulf Hermjakob
Ulf Hermjakob (Dept. of Computer Sciences, University of Texas at Austin)
Learning Parse and Translation Decisions From Examples With Rich Context
dissertation, 175 pages, LaTeX, 23 postscript figures, uses utthesis-compact.sty
null
null
TR 97-12
cmp-lg cs.CL
null
We propose a system for parsing and translating natural language that learns from examples and uses some background knowledge. As our parsing model we choose a deterministic shift-reduce type parser that integrates part-of-speech tagging and syntactic and semantic processing. Applying machine learning techniques, the system uses parse action examples acquired under supervision to generate a parser in the form of a decision structure, a generalization of decision trees. To learn good parsing and translation decisions, our system relies heavily on context, as encoded in currently 205 features describing the morphological, syntactical and semantical aspects of a given parse state. Compared with recent probabilistic systems that were trained on 40,000 sentences, our system relies on more background knowledge and a deeper analysis, but radically fewer examples, currently 256 sentences. We test our parser on lexically limited sentences from the Wall Street Journal and achieve accuracy rates of 89.8% for labeled precision, 98.4% for part of speech tagging and 56.3% of test sentences without any crossing brackets. Machine translations of 32 Wall Street Journal sentences to German have been evaluated by 10 bilingual volunteers and been graded as 2.4 on a 1.0 (best) to 6.0 (worst) scale for both grammatical correctness and meaning preservation.
[ { "version": "v1", "created": "Mon, 30 Jun 1997 05:44:29 GMT" } ]
2008-02-03T00:00:00
[ [ "Hermjakob", "Ulf", "", "Dept. of Computer Sciences, University of Texas at\n Austin" ] ]
cmp-lg/9707001
Mark Dras
Mark Dras (Microsoft Research Institute, Macquarie University)
Reluctant Paraphrase: Textual Restructuring under an Optimisation Model
7 pages, LaTeX source (pacling97, examples styles)
null
null
null
cmp-lg cs.CL
null
This paper develops a computational model of paraphrase under which text modification is carried out reluctantly; that is, there are external constraints, such as length or readability, on an otherwise ideal text, and modifications to the text are necessary to ensure conformance to these constraints. This problem is analogous to a mathematical optimisation problem: the textual constraints can be described as a set of constraint equations, and the requirement for minimal change to the text can be expressed as a function to be minimised; so techniques from this domain can be used to solve the problem. The work is done as part of a computational paraphrase system using the XTAG system as a base. The paper will present a theoretical computational framework for working within the Reluctant Paraphrase paradigm: three types of textual constraints are specified, effects of paraphrase on text are described, and a model incorporating mathematical optimisation techniques is outlined.
[ { "version": "v1", "created": "Thu, 3 Jul 1997 23:50:30 GMT" } ]
2008-02-03T00:00:00
[ [ "Dras", "Mark", "", "Microsoft Research Institute, Macquarie University" ] ]
cmp-lg/9707002
Brett Kessler
Brett Kessler, Geoffrey Nunberg, Hinrich Schuetze (Xerox PARC and Stanford University)
Automatic Detection of Text Genre
7 pages
Proceedings ACL/EACL 1997, Madrid, p. 32-38
null
null
cmp-lg cs.CL
null
As the text databases available to users become larger and more heterogeneous, genre becomes increasingly important for computational linguistics as a complement to topical and structural principles of classification. We propose a theory of genres as bundles of facets, which correlate with various surface cues, and argue that genre detection based on surface cues is as successful as detection based on deeper structural properties.
[ { "version": "v1", "created": "Tue, 8 Jul 1997 21:08:34 GMT" } ]
2008-02-03T00:00:00
[ [ "Kessler", "Brett", "", "Xerox PARC and\n Stanford University" ], [ "Nunberg", "Geoffrey", "", "Xerox PARC and\n Stanford University" ], [ "Schuetze", "Hinrich", "", "Xerox PARC and\n Stanford University" ] ]
cmp-lg/9707003
Llus Padr
Lluis Marquez and Lluis Padro
A Flexible POS tagger Using an Automatically Acquired Language Model
8 pages, aclap.sty, 2 eps figures. Appears in (E)ACL'97
Proceedings of EACL/ACL 1997, Madrid, Spain
null
null
cmp-lg cs.CL
null
We present an algorithm that automatically learns context constraints using statistical decision trees. We then use the acquired constraints in a flexible POS tagger. The tagger is able to use information of any degree: n-grams, automatically learned context constraints, linguistically motivated manually written constraints, etc. The sources and kinds of constraints are unrestricted, and the language model can be easily extended, improving the results. The tagger has been tested and evaluated on the WSJ corpus.
[ { "version": "v1", "created": "Fri, 11 Jul 1997 09:16:08 GMT" } ]
2008-02-03T00:00:00
[ [ "Marquez", "Lluis", "" ], [ "Padro", "Lluis", "" ] ]
cmp-lg/9707004
Megumi Kameyama
Jan Jaspars (CWI) and Megumi Kameyama (SRI International)
Discourse Preferences in Dynamic Logic
To appear in Van Glabbeek, R. et al. eds., a collection of papers from the Fourth CSLI Workshop in Logic, Language, and Computation, CSLI Publications. (This is a revised version of the paper titled "Preferences in Dynamic Semantics" in the Proceedings of the Tenth Amsterdam Colloquium, 1995, pages 445-464.)
null
null
null
cmp-lg cs.CL
null
In order to enrich dynamic semantic theories with a `pragmatic' capacity, we combine dynamic and nonmonotonic (preferential) logics in a modal logic setting. We extend a fragment of Van Benthem and De Rijke's dynamic modal logic with additional preferential operators in the underlying static logic, which enables us to define defeasible (pragmatic) entailments over a given piece of discourse. We will show how this setting can be used for a dynamic logical analysis of preferential resolutions of ambiguous pronouns in discourse.
[ { "version": "v1", "created": "Wed, 16 Jul 1997 22:45:06 GMT" } ]
2008-02-03T00:00:00
[ [ "Jaspars", "Jan", "", "CWI" ], [ "Kameyama", "Megumi", "", "SRI International" ] ]
cmp-lg/9707005
Megumi Kameyama
Megumi Kameyama (SRI International)
Intrasentential Centering: A Case Study
A chapter in Walker, M., A. Joshi, and E. Prince, eds., {\it Centering Theory in Discourse}, Oxford University Press, Oxford, in press
null
null
null
cmp-lg cs.CL
null
One of the necessary extensions to the centering model is a mechanism to handle pronouns with intrasentential antecedents. Existing centering models deal only with discourses consisting of simple sentences. It leaves unclear how to delimit center-updating utterance units and how to process complex utterances consisting of multiple clauses. In this paper, I will explore the extent to which a straightforward extension of an existing intersentential centering model contributes to this effect. I will motivate an approach that breaks a complex sentence into a hierarchy of center-updating units and proposes the preferred interpretation of a pronoun in its local context arbitrarily deep in the given sentence structure. This approach will be substantiated with examples from naturally occurring written discourses.
[ { "version": "v1", "created": "Wed, 16 Jul 1997 23:28:59 GMT" } ]
2008-02-03T00:00:00
[ [ "Kameyama", "Megumi", "", "SRI International" ] ]
cmp-lg/9707006
Andre Kempe
Andre Kempe (Rank Xerox Research Centre, Grenoble Laboratory, France)
Finite State Transducers Approximating Hidden Markov Models
8 pages, A4, LaTeX (+1x eps)
ACL'97, pp.460-467, Madrid, Spain. July 10, 1997
null
null
cmp-lg cs.CL
null
This paper describes the conversion of a Hidden Markov Model into a sequential transducer that closely approximates the behavior of the stochastic model. This transformation is especially advantageous for part-of-speech tagging because the resulting transducer can be composed with other transducers that encode correction rules for the most frequent tagging errors. The speed of tagging is also improved. The described methods have been implemented and successfully tested on six languages.
[ { "version": "v1", "created": "Thu, 17 Jul 1997 09:32:06 GMT" } ]
2008-02-03T00:00:00
[ [ "Kempe", "Andre", "", "Rank Xerox Research Centre, Grenoble Laboratory, France" ] ]
cmp-lg/9707007
Ehud Reiter
Ehud Reiter (Univ of Aberdeen, CS) and Liesl Osman (Univ of Aberdeen, Medicine)
Tailored Patient Information: Some Issues and Questions
This is a paper about technology-transfer. It does not have much technical content
Proceedings of the 1997 ACL Workshop on From Research to Commercial Applications: Making NLP Work in Practice
null
null
cmp-lg cs.CL
null
Tailored patient information (TPI) systems are computer programs which produce personalised heath-information material for patients. TPI systems are of growing interest to the natural-language generation (NLG) community; many TPI systems have also been developed in the medical community, usually with mail-merge technology. No matter what technology is used, experience shows that it is not easy to field a TPI system, even if it is shown to be effective in clinical trials. In this paper we discuss some of the difficulties in fielding TPI systems. This is based on our experiences with 2 TPI systems, one for generating asthma-information booklets and one for generating smoking-cessation letters.
[ { "version": "v1", "created": "Fri, 18 Jul 1997 15:57:12 GMT" } ]
2008-02-03T00:00:00
[ [ "Reiter", "Ehud", "", "Univ of Aberdeen, CS" ], [ "Osman", "Liesl", "", "Univ of Aberdeen,\n Medicine" ] ]
cmp-lg/9707008
Megumi Kameyama
Megumi Kameyama
Stressed and Unstressed Pronouns: Complementary Preferences
Uses endnotes.sty and lingmacros.sty. To appear in Bosch, Peter and Rob van der Sandt, eds., Focus: Linguistic, Cognitive and Computational Perspectives. Cambridge University Press. (This is an extended and revised version of the paper with the same title in Bosch, Peter and Rob van der Sandt, eds., Focus and Natural Language Processing, Institute for Logic and Linguistics, IBM, Heidelberg, 1994, 475-484.)
null
null
null
cmp-lg cs.CL
null
I present a unified account of interpretation preferences of stressed and unstressed pronouns in discourse. The central intuition is the Complementary Preference Hypothesis that predicts the interpretation preference of a stressed pronoun from that of an unstressed pronoun in the same discourse position. The base preference must be computed in a total pragmatics module including commonsense preferences. The focus constraint in Rooth's theory of semantic focus is interpreted to be the salient subset of the domain in the local attentional state in the discourse context independently motivated for other purposes in Centering Theory.
[ { "version": "v1", "created": "Fri, 18 Jul 1997 18:13:33 GMT" } ]
2008-02-03T00:00:00
[ [ "Kameyama", "Megumi", "" ] ]
cmp-lg/9707009
Megumi Kameyama
Megumi Kameyama (SRI International)
Recognizing Referential Links: An Information Extraction Perspective
8 pages. a paper in the proceedings of the ACL/EACL'97 workshop on anaphora resolution
In Mitkov, R. and B. Boguraev, eds., Proceedings of ACL/EACL Workshop on Operational Factors in Practical, Robust Anaphora Resolution for Unrestricted Texts, Madrid, July 1997, pages 46-53.
null
null
cmp-lg cs.CL
null
We present an efficient and robust reference resolution algorithm in an end-to-end state-of-the-art information extraction system, which must work with a considerably impoverished syntactic analysis of the input sentences. Considering this disadvantage, the basic setup to collect, filter, then order by salience does remarkably well with third-person pronouns, but needs more semantic and discourse information to improve the treatments of other expression types.
[ { "version": "v1", "created": "Fri, 18 Jul 1997 22:41:57 GMT" } ]
2008-02-03T00:00:00
[ [ "Kameyama", "Megumi", "", "SRI International" ] ]
cmp-lg/9707010
Dirk Richarz
Martin Volk (University of Zurich, Switzerland) and Dirk Richarz (University of Koblenz-Landau, Germany)
Experiences with the GTU grammar development environment
7 pages, uses aclap.sty
Proceedings of Workshop on Computational Environments For Grammar Development And Linguistic Engineering at the ACL/EACL Joint Conference 1997, 107-113
null
null
cmp-lg cs.CL
null
In this paper we describe our experiences with a tool for the development and testing of natural language grammars called GTU (German: Grammatik-Testumgebumg; grammar test environment). GTU supports four grammar formalisms under a window-oriented user interface. Additionally, it contains a set of German test sentences covering various syntactic phenomena as well as three types of German lexicons that can be attached to a grammar via an integrated lexicon interface. What follows is a description of the experiences we gained when we used GTU as a tutoring tool for students and as an experimental tool for CL researchers. From these we will derive the features necessary for a future grammar workbench.
[ { "version": "v1", "created": "Mon, 21 Jul 1997 13:12:48 GMT" } ]
2008-02-03T00:00:00
[ [ "Volk", "Martin", "", "University of Zurich, Switzerland" ], [ "Richarz", "Dirk", "", "University of Koblenz-Landau, Germany" ] ]
cmp-lg/9707011
Steven Bird
Steven Bird (University of Edinburgh)
A lexical database tool for quantitative phonological research
7 pages, uses ipamacs.sty
Proceedings of the Third Meeting of the ACL Special Interest Group in Computational Phonology, pp. 33-39, Madrid, July 1997. ACL
null
null
cmp-lg cs.CL
null
A lexical database tool tailored for phonological research is described. Database fields include transcriptions, glosses and hyperlinks to speech files. Database queries are expressed using HTML forms, and these permit regular expression search on any combination of fields. Regular expressions are passed directly to a Perl CGI program, enabling the full flexibility of Perl extended regular expressions. The regular expression notation is extended to better support phonological searches, such as search for minimal pairs. Search results are presented in the form of HTML or LaTeX tables, where each cell is either a number (representing frequency) or a designated subset of the fields. Tables have up to four dimensions, with an elegant system for specifying which fragments of which fields should be used for the row/column labels. The tool offers several advantages over traditional methods of analysis: (i) it supports a quantitative method of doing phonological research; (ii) it gives universal access to the same set of informants; (iii) it enables other researchers to hear the original speech data without having to rely on published transcriptions; (iv) it makes the full power of regular expression search available, and search results are full multimedia documents; and (v) it enables the early refutation of false hypotheses, shortening the analysis-hypothesis-test loop. A life-size application to an African tone language (Dschang) is used for exemplification throughout the paper. The database contains 2200 records, each with approximately 15 fields. Running on a PC laptop with a stand-alone web server, the `Dschang HyperLexicon' has already been used extensively in phonological fieldwork and analysis in Cameroon.
[ { "version": "v1", "created": "Tue, 22 Jul 1997 09:14:34 GMT" } ]
2008-02-03T00:00:00
[ [ "Bird", "Steven", "", "University of Edinburgh" ] ]
cmp-lg/9707012
Hans-Peter Kolb
Uwe Moennich (Tuebingen University/SfS)
Adjunction As Substitution: An Algebraic Formulation of Regular, Context-Free and Tree Adjoining Languages
Formal Grammar Conference, Aix-en-Provence, Aug. 97, 11pp., uses AMS-LaTeX, natbib
null
null
null
cmp-lg cs.CL
null
This note presents a method of interpreting the tree adjoining languages as the natural third step in a hierarchy that starts with the regular and the context-free languages. The central notion in this account is that of a higher-order substitution. Whereas in traditional presentations of rule systems for abstract language families the emphasis has been on a first-order substitution process in which auxiliary variables are replaced by elements of the carrier of the proper algebra - concatenations of terminal and auxiliary category symbols in the string case - we lift this process to the level of operations defined on the elements of the carrier of the algebra. Our own view is that this change of emphasis provides the adequate platform for a better understanding of the operation of adjunction. To put it in a nutshell: Adjoining is not a first-order, but a second-order substitution operation.
[ { "version": "v1", "created": "Tue, 22 Jul 1997 10:05:17 GMT" } ]
2008-02-03T00:00:00
[ [ "Moennich", "Uwe", "", "Tuebingen University/SfS" ] ]
cmp-lg/9707013
Hans-Peter Kolb
Uwe Moennich (Tuebingen University/SfS)
On Cloning Context-Freeness
36pp., uses AMS-LaTeX, tree-dvips, natbib
null
null
Arbeitspapiere des SFB 340, Bericht Nr. 114
cmp-lg cs.CL
null
To Rogers (1994) we owe the insight that monadic second order predicate logic with multiple successors (MSO) is well suited in many respects as a realistic formal base for syntactic theorizing. However, the agreeable formal properties of this logic come at a cost: MSO is equivalent with the class of regular tree automata/grammars, and, thereby, with the class of context-free languages. This paper outlines one approach towards a solution of MSO's expressivity problem. On the background of an algebraically refined Chomsky hierarchy, which allows the definition of several classes of languages--in particular, a whole hierarchy between CF and CS--via regular tree grammars over unambiguously derivable alphabets of varying complexity plus their respective yield-functions, it shows that not only some non-context-free string languages can be captured by context-free means in this way, but that this approach can be generalized to the corresponding structures. I.e., non-recognizable sets of structures can--up to homomorphism--be coded context-freely. Since the class of languages covered--Fischer's (1968} OI family of indexed languages--includes all attested instances of non-context-freeness in natural language, there exists an indirect, to be sure, but completely general way to formally describe the natural languages using a weak framework like MSO.
[ { "version": "v1", "created": "Tue, 22 Jul 1997 11:29:11 GMT" } ]
2008-02-03T00:00:00
[ [ "Moennich", "Uwe", "", "Tuebingen University/SfS" ] ]
cmp-lg/9707014
Rajeev Agarwal
Rajeev Agarwal (Texas Instruments, Inc.)
Towards a PURE Spoken Dialogue System for Information Access
8 pages, 2 encapsulated postscript figures, uses aclap.sty
Proceedings of the ACL/EACL Workshop on "Interactive Spoken Dialog Systems: Bringing Speech and NLP Together in Real Applications," Madrid, Spain, pp. 90-97, 1997.
null
null
cmp-lg cs.CL
null
With the rapid explosion of the World Wide Web, it is becoming increasingly possible to easily acquire a wide variety of information such as flight schedules, yellow pages, used car prices, current stock prices, entertainment event schedules, account balances, etc. It would be very useful to have spoken dialogue interfaces for such information access tasks. We identify portability, usability, robustness, and extensibility as the four primary design objectives for such systems. In other words, the objective is to develop a PURE (Portable, Usable, Robust, Extensible) system. A two-layered dialogue architecture for spoken dialogue systems is presented where the upper layer is domain-independent and the lower layer is domain-specific. We are implementing this architecture in a mixed-initiative system that accesses flight arrival/departure information from the World Wide Web.
[ { "version": "v1", "created": "Tue, 22 Jul 1997 20:38:56 GMT" } ]
2008-02-03T00:00:00
[ [ "Agarwal", "Rajeev", "", "Texas Instruments, Inc." ] ]
cmp-lg/9707015
Thorsten Brants
Thorsten Brants, Wojciech Skut, and Brigitte Krenn (Computational Linguistics, Universitity of the Saarland, Germany)
Tagging Grammatical Functions
11 pages, LaTeX, uses aclap.sty, psfig.sty, and rotate.sty
null
null
null
cmp-lg cs.CL
null
This paper addresses issues in automated treebank construction. We show how standard part-of-speech tagging techniques extend to the more general problem of structural annotation, especially for determining grammatical functions and syntactic categories. Annotation is viewed as an interactive process where manual and automatic processing alternate. Efficiency and accuracy results are presented. We also discuss further automation steps.
[ { "version": "v1", "created": "Wed, 23 Jul 1997 16:13:11 GMT" } ]
2008-02-03T00:00:00
[ [ "Brants", "Thorsten", "", "Computational\n Linguistics, Universitity of the Saarland, Germany" ], [ "Skut", "Wojciech", "", "Computational\n Linguistics, Universitity of the Saarland, Germany" ], [ "Krenn", "Brigitte", "", "Computational\n Linguistics, Universitity of the Saarland, Germany" ] ]
cmp-lg/9707016
Jo Calder
Jo Calder (University of Edinburgh Language Technology Group, Human Communication Research Centre and Centre for Cognitive Science)
On aligning trees
6 pages, uses psfig.tex
null
null
null
cmp-lg cs.CL
null
The increasing availability of corpora annotated for linguistic structure prompts the question: if we have the same texts, annotated for phrase structure under two different schemes, to what extent do the annotations agree on structuring within the text? We suggest the term tree alignment to indicate the situation where two markup schemes choose to bracket off the same text elements. We propose a general method for determining agreement between two analyses. We then describe an efficient implementation, which is also modular in that the core of the implementation can be reused regardless of the format of markup used in the corpora. The output of the implementation on the Susanne and Penn treebank corpora is discussed.
[ { "version": "v1", "created": "Fri, 25 Jul 1997 09:56:29 GMT" } ]
2008-02-03T00:00:00
[ [ "Calder", "Jo", "", "University of Edinburgh Language Technology Group, Human\n Communication Research Centre and Centre for Cognitive Science" ] ]
cmp-lg/9707017
John Coleman
John Coleman and Janet Pierrehumbert
Stochastic phonological grammars and acceptability
compressed postscript, 8 pages, 1 figure
null
null
null
cmp-lg cs.CL
null
In foundational works of generative phonology it is claimed that subjects can reliably discriminate between possible but non-occurring words and words that could not be English. In this paper we examine the use of a probabilistic phonological parser for words to model experimentally-obtained judgements of the acceptability of a set of nonsense words. We compared various methods of scoring the goodness of the parse as a predictor of acceptability. We found that the probability of the worst part is not the best score of acceptability, indicating that classical generative phonology and Optimality Theory miss an important fact, as these approaches do not recognise a mechanism by which the frequency of well-formed parts may ameliorate the unacceptability of low-frequency parts. We argue that probabilistic generative grammars are demonstrably a more psychologically realistic model of phonological competence than standard generative phonology or Optimality Theory.
[ { "version": "v1", "created": "Mon, 28 Jul 1997 15:54:01 GMT" } ]
2008-02-03T00:00:00
[ [ "Coleman", "John", "" ], [ "Pierrehumbert", "Janet", "" ] ]
cmp-lg/9707018
John Coleman
John Coleman, Arthur Dirksen, Sarmad Hussain and Juliette Waals
Multilingual phonological analysis and speech synthesis
tex file, 1 postscript figure. Paper is from Proceedings of the 2nd meeting of ACL SIGPHON, Santa Cruz, 1997
null
null
null
cmp-lg cs.CL
null
We give an overview of multilingual speech synthesis using the IPOX system. The first part discusses work in progress for various languages: Tashlhit Berber, Urdu and Dutch. The second part discusses a multilingual phonological grammar, which can be adapted to a particular language by setting parameters and adding language-specific details.
[ { "version": "v1", "created": "Mon, 28 Jul 1997 16:48:42 GMT" } ]
2008-02-03T00:00:00
[ [ "Coleman", "John", "" ], [ "Dirksen", "Arthur", "" ], [ "Hussain", "Sarmad", "" ], [ "Waals", "Juliette", "" ] ]
cmp-lg/9707019
null
Sandra Carberry, Terrence Harvey (University of Delaware)
Generating Coherent Messages in Real-time Decision Support: Exploiting Discourse Theory for Discourse Practice
6 pages
Proceedings of the 19th Annual Conference of the Cognitive Science Society (1997)
null
null
cmp-lg cs.CL
null
This paper presents a message planner, TraumaGEN, that draws on rhetorical structure and discourse theory to address the problem of producing integrated messages from individual critiques, each of which is designed to achieve its own communicative goal. TraumaGEN takes into account the purpose of the messages, the situation in which the messages will be received, and the social role of the system.
[ { "version": "v1", "created": "Mon, 28 Jul 1997 19:46:38 GMT" } ]
2008-02-03T00:00:00
[ [ "Carberry", "Sandra", "", "University of Delaware" ], [ "Harvey", "Terrence", "", "University of Delaware" ] ]
cmp-lg/9707020
Hana Skoumalova
Hana Skoumalova (Charles University)
A Czech Morphological Lexicon
7 pages, A4, aclap.sty
Proceedings of the Third Meeting of the ACL Special Interest Group in Computational Phonology, pp. 41-47, Madrid, July 1997. ACL
null
null
cmp-lg cs.CL
null
In this paper, a treatment of Czech phonological rules in two-level morphology approach is described. First the possible phonological alternations in Czech are listed and then their treatment in a practical application of a Czech morphological lexicon.
[ { "version": "v1", "created": "Wed, 30 Jul 1997 10:32:55 GMT" } ]
2008-02-03T00:00:00
[ [ "Skoumalova", "Hana", "", "Charles University" ] ]
cmp-lg/9708001
Bonnie Webber
Dan Cristea (University "A.I. Cuza", Iasi, Romania), Bonnie Lynn Webber (University of Pennsylvania)
Expectations in Incremental Discourse Processing
9 pages, uses aclap.sty, psfig.tex
Proceedings 35th Annual ACL, Madrid - June 1997
null
null
cmp-lg cs.CL
null
The way in which discourse features express connections back to the previous discourse has been described in the literature in terms of adjoining at the right frontier of discourse structure. But this does not allow for discourse features that express expectations about what is to come in the subsequent discourse. After characterizing these expectations and their distribution in text, we show how an approach that makes use of substitution as well as adjoining on a suitably defined right frontier, can be used to both process expectations and constrain discouse processing in general.
[ { "version": "v1", "created": "Tue, 5 Aug 1997 22:54:45 GMT" } ]
2008-02-03T00:00:00
[ [ "Cristea", "Dan", "", "University \"A.I. Cuza\", Iasi, Romania" ], [ "Webber", "Bonnie Lynn", "", "University of Pennsylvania" ] ]
cmp-lg/9708002
Bonnie Webber
Alison J. Cawsey (Herriot-Watt University), Bonnie L. Webber (University of Pennsylvania), and Ray B. Jones (University of Glasgow)
Natural Language Generation in Healthcare: Brief Review
15 pages, to appear in the Journal of the American Medical Informatics Association
null
null
null
cmp-lg cs.CL
null
Good communication is vital in healthcare, both among healthcare professionals, and between healthcare professionals and their patients. And well-written documents, describing and/or explaining the information in structured databases may be easier to comprehend, more edifying and even more convincing, than the structured data, even when presented in tabular or graphic form. Documents may be automatically generated from structured data, using techniques from the field of natural language generation. These techniques are concerned with how the content, organisation and language used in a document can be dynamically selected, depending on the audience and context. They have been used to generate health education materials, explanations and critiques in decision support systems, and medical reports and progress notes.
[ { "version": "v1", "created": "Thu, 7 Aug 1997 17:36:37 GMT" } ]
2008-02-03T00:00:00
[ [ "Cawsey", "Alison J.", "", "Herriot-Watt University" ], [ "Webber", "Bonnie L.", "", "University of Pennsylvania" ], [ "Jones", "Ray B.", "", "University of Glasgow" ] ]
cmp-lg/9708003
Bonnie Webber
Bonnie L. Webber (University of Pennsylvania)
Structure and Ostension in the Interpretation of Discourse Deixis
22 pages, uses psfig
Language and Cognitive Processes 6(2), May 1991, pp. 107-135
null
null
cmp-lg cs.CL
null
This paper examines demonstrative pronouns used as deictics to refer to the interpretation of one or more clauses. Although this usage is frowned upon in style manuals (for example Strunk and White (1959) state that ``This. The pronoun 'this', referring to the complete sense of a preceding sentence or clause, cannot always carry the load and so may produce an imprecise statement.''), it is nevertheless very common in written text. Handling this usage poses a problem for Natural Language Understanding systems. The solution I propose is based on distinguishing between what can be pointed to and what can be referred to by virtue of pointing. I argue that a restricted set of discourse segments yield what such demonstrative pronouns can point to and a restricted set of what Nunberg (1979) has called referring functions yield what they can refer to by virtue of that pointing.
[ { "version": "v1", "created": "Thu, 7 Aug 1997 18:53:08 GMT" } ]
2008-02-03T00:00:00
[ [ "Webber", "Bonnie L.", "", "University of Pennsylvania" ] ]
cmp-lg/9708005
Marilyn Walker
Marilyn A. Walker
Centering, Anaphora Resolution, and Discourse Structure
35 pages, uses elsart12, lingmacros, named, psfig
Centering In Discourse, eds. Marilyn A. Walker, Aravind K. Joshi and Ellen F. Prince, Oxford University Press, 1997
null
null
cmp-lg cs.CL
null
Centering was formulated as a model of the relationship between attentional state, the form of referring expressions, and the coherence of an utterance within a discourse segment (Grosz, Joshi and Weinstein, 1986; Grosz, Joshi and Weinstein, 1995). In this chapter, I argue that the restriction of centering to operating within a discourse segment should be abandoned in order to integrate centering with a model of global discourse structure. The within-segment restriction causes three problems. The first problem is that centers are often continued over discourse segment boundaries with pronominal referring expressions whose form is identical to those that occur within a discourse segment. The second problem is that recent work has shown that listeners perceive segment boundaries at various levels of granularity. If centering models a universal processing phenomenon, it is implausible that each listener is using a different centering algorithm.The third issue is that even for utterances within a discourse segment, there are strong contrasts between utterances whose adjacent utterance within a segment is hierarchically recent and those whose adjacent utterance within a segment is linearly recent. This chapter argues that these problems can be eliminated by replacing Grosz and Sidner's stack model of attentional state with an alternate model, the cache model. I show how the cache model is easily integrated with the centering algorithm, and provide several types of data from naturally occurring discourses that support the proposed integrated model. Future work should provide additional support for these claims with an examination of a larger corpus of naturally occurring discourses.
[ { "version": "v1", "created": "Mon, 11 Aug 1997 21:13:07 GMT" } ]
2008-02-03T00:00:00
[ [ "Walker", "Marilyn A.", "" ] ]
cmp-lg/9708006
Joshua Goodman
Joshua Goodman (Harvard University)
Global Thresholding and Multiple Pass Parsing
Fixed latex errors; fixed minor errors in published version
Proceedings of the Second Conference on Empirical Methods in Natural Language Processing, 11-25
null
null
cmp-lg cs.CL
null
We present a variation on classic beam thresholding techniques that is up to an order of magnitude faster than the traditional method, at the same performance level. We also present a new thresholding technique, global thresholding, which, combined with the new beam thresholding, gives an additional factor of two improvement, and a novel technique, multiple pass parsing, that can be combined with the others to yield yet another 50% improvement. We use a new search algorithm to simultaneously optimize the thresholding parameters of the various algorithms.
[ { "version": "v1", "created": "Wed, 13 Aug 1997 19:49:11 GMT" }, { "version": "v2", "created": "Fri, 15 Aug 1997 20:23:47 GMT" } ]
2008-02-03T00:00:00
[ [ "Goodman", "Joshua", "", "Harvard University" ] ]
cmp-lg/9708007
Anand Venkt Raman
Anand Raman (Comp Sc), John Newman (Linguistics and Second Language Teaching) and Jon Patrick (Information Systems) (Massey University, New Zealand)
A complexity measure for diachronic Chinese phonology
uses psfig.sty, aclap.sty, fullname.bst, 9 pages, 2 ps figures
null
null
null
cmp-lg cs.CL
null
This paper addresses the problem of deriving distance measures between parent and daughter languages with specific relevance to historical Chinese phonology. The diachronic relationship between the languages is modelled as a Probabilistic Finite State Automaton. The Minimum Message Length principle is then employed to find the complexity of this structure. The idea is that this measure is representative of the amount of dissimilarity between the two languages.
[ { "version": "v1", "created": "Thu, 14 Aug 1997 03:58:26 GMT" }, { "version": "v2", "created": "Tue, 19 Aug 1997 04:22:34 GMT" }, { "version": "v3", "created": "Wed, 20 Aug 1997 01:51:49 GMT" } ]
2008-02-03T00:00:00
[ [ "Raman", "Anand", "", "Comp Sc" ], [ "Newman", "John", "", "Linguistics and Second Language\n Teaching" ], [ "Patrick", "Jon", "", "Information Systems" ] ]
cmp-lg/9708008
Lillian Lee
Lillian Lee (Cornell University)
Fast Context-Free Parsing Requires Fast Boolean Matrix Multiplication
6 pages, uses aclap.sty and eepic.sty
Proceedings of the 35th ACL/8th EACL, pp 9-15
null
null
cmp-lg cs.CL
null
Valiant showed that Boolean matrix multiplication (BMM) can be used for CFG parsing. We prove a dual result: CFG parsers running in time $O(|G||w|^{3 - \myeps})$ on a grammar $G$ and a string $w$ can be used to multiply $m \times m$ Boolean matrices in time $O(m^{3 - \myeps/3})$. In the process we also provide a formal definition of parsing motivated by an informal notion due to Lang. Our result establishes one of the first limitations on general CFG parsing: a fast, practical CFG parser would yield a fast, practical BMM algorithm, which is not believed to exist.
[ { "version": "v1", "created": "Thu, 14 Aug 1997 22:04:10 GMT" } ]
2008-02-03T00:00:00
[ [ "Lee", "Lillian", "", "Cornell University" ] ]
cmp-lg/9708009
Jens Uwe Moeller
Jens-Uwe Moeller (Natural Language Systems Division, Dept. of Computer Science, Univ. of Hamburg)
DIA-MOLE: An Unsupervised Learning Approach to Adaptive Dialogue Models for Spoken Dialogue Systems
Postscript only
Proc. EUROSPEECH 97, Rhodes, Greek, 2271-2274
null
null
cmp-lg cs.CL
null
The DIAlogue MOdel Learning Environment supports an engineering-oriented approach towards dialogue modelling for a spoken-language interface. Major steps towards dialogue models is to know about the basic units that are used to construct a dialogue model and possible sequences. In difference to many other approaches a set of dialogue acts is not predefined by any theory or manually during the engineering process, but is learned from data that are available in an avised spoken dialogue system. The architecture is outlined and the approach is applied to the domain of appointment scheduling. Even though based on a word correctness of about 70% predictability of dialogue acts in DIA-MOLE turns out to be comparable to human-assigned dialogue acts.
[ { "version": "v1", "created": "Mon, 18 Aug 1997 15:44:33 GMT" } ]
2008-02-03T00:00:00
[ [ "Moeller", "Jens-Uwe", "", "Natural Language Systems Division, Dept. of Computer\n Science, Univ. of Hamburg" ] ]
cmp-lg/9708010
Lillian Lee
Ido Dagan (Bar-Ilan University), Lillian Lee (Cornell University), and Fernando Pereira (AT&T Labs -- Research)
Similarity-Based Methods For Word Sense Disambiguation
7 pages, uses psfig.tex and aclap.sty
Proceedings of the 35th ACL/8th EACL, pp 56--63
null
null
cmp-lg cs.CL
null
We compare four similarity-based estimation methods against back-off and maximum-likelihood estimation methods on a pseudo-word sense disambiguation task in which we controlled for both unigram and bigram frequency. The similarity-based methods perform up to 40% better on this particular task. We also conclude that events that occur only once in the training set have major impact on similarity-based estimates.
[ { "version": "v1", "created": "Mon, 18 Aug 1997 23:20:40 GMT" } ]
2008-02-03T00:00:00
[ [ "Dagan", "Ido", "", "Bar-Ilan University" ], [ "Lee", "Lillian", "", "Cornell University" ], [ "Pereira", "Fernando", "", "AT&T Labs -- Research" ] ]
cmp-lg/9708011
Lillian Lee
Lillian Lee (Cornell University)
Similarity-Based Approaches to Natural Language Processing
71 pages (single-spaced)
null
null
Harvard University Technical Report TR-11-97
cmp-lg cs.CL
null
This thesis presents two similarity-based approaches to sparse data problems. The first approach is to build soft, hierarchical clusters: soft, because each event belongs to each cluster with some probability; hierarchical, because cluster centroids are iteratively split to model finer distinctions. Our second approach is a nearest-neighbor approach: instead of calculating a centroid for each class, as in the hierarchical clustering approach, we in essence build a cluster around each word. We compare several such nearest-neighbor approaches on a word sense disambiguation task and find that as a whole, their performance is far superior to that of standard methods. In another set of experiments, we show that using estimation techniques based on the nearest-neighbor model enables us to achieve perplexity reductions of more than 20 percent over standard techniques in the prediction of low-frequency events, and statistically significant speech recognition error-rate reduction.
[ { "version": "v1", "created": "Tue, 19 Aug 1997 22:53:45 GMT" } ]
2008-02-03T00:00:00
[ [ "Lee", "Lillian", "", "Cornell University" ] ]
cmp-lg/9708012
John Carroll
John Carroll, David Weir (University of Sussex)
Encoding Frequency Information in Lexicalized Grammars
10 pages, uses fullname.sty
5th International Workshop on Parsing Technologies (IWPT-97)
null
null
cmp-lg cs.CL
null
We address the issue of how to associate frequency information with lexicalized grammar formalisms, using Lexicalized Tree Adjoining Grammar as a representative framework. We consider systematically a number of alternative probabilistic frameworks, evaluating their adequacy from both a theoretical and empirical perspective using data from existing large treebanks. We also propose three orthogonal approaches for backing off probability estimates to cope with the large number of parameters involved.
[ { "version": "v1", "created": "Tue, 19 Aug 1997 17:23:00 GMT" } ]
2008-02-03T00:00:00
[ [ "Carroll", "John", "", "University of Sussex" ], [ "Weir", "David", "", "University of Sussex" ] ]
cmp-lg/9708013
Khalil Simaan
Khalil Sima'an (University of Utrecht)
explanation-based learning of data oriented parsing
Appeared in Proceedings of Computational Natural Language Learning (CoNLL97), ACL-EACL'97, Madrid, Spain
null
null
null
cmp-lg cs.CL
null
This paper presents a new view of Explanation-Based Learning (EBL) of natural language parsing. Rather than employing EBL for specializing parsers by inferring new ones, this paper suggests employing EBL for learning how to reduce ambiguity only partially. The present method consists of an EBL algorithm for learning partial-parsers, and a parsing algorithm which combines partial-parsers with existing ``full-parsers". The learned partial-parsers, implementable as Cascades of Finite State Transducers (CFSTs), recognize and combine constituents efficiently, prohibiting spurious overgeneration. The parsing algorithm combines a learned partial-parser with a given full-parser such that the role of the full-parser is limited to combining the constituents, recognized by the partial-parser, and to recognizing unrecognized portions of the input sentence. Besides the reduction of the parse-space prior to disambiguation, the present method provides a way for refining existing disambiguation models that learn stochastic grammars from tree-banks. We exhibit encouraging empirical results using a pilot implementation: parse-space is reduced substantially with minimal loss of coverage. The speedup gain for disambiguation models is exemplified by experiments with the DOP model.
[ { "version": "v1", "created": "Wed, 20 Aug 1997 09:06:09 GMT" } ]
2008-02-03T00:00:00
[ [ "Sima'an", "Khalil", "", "University of Utrecht" ] ]
cmp-lg/9709001
Norbert Broeker
Peter Neuhaus, Norbert Broeker (University of Freiburg)
The Complexity of Recognition of Linguistically Adequate Dependency Grammars
8 pages, requires LaTeX2e, epsfig, latexsym, amsmath
Proc. ACL-EACL 1997, Madrid, Spain, pp.337-343
null
null
cmp-lg cs.CL
null
Results of computational complexity exist for a wide range of phrase structure-based grammar formalisms, while there is an apparent lack of such results for dependency-based formalisms. We here adapt a result on the complexity of ID/LP-grammars to the dependency framework. Contrary to previous studies on heavily restricted dependency grammars, we prove that recognition (and thus, parsing) of linguistically adequate dependency grammars is NP-complete.
[ { "version": "v1", "created": "Mon, 8 Sep 1997 07:54:31 GMT" } ]
2008-02-03T00:00:00
[ [ "Neuhaus", "Peter", "", "University of Freiburg" ], [ "Broeker", "Norbert", "", "University of Freiburg" ] ]
cmp-lg/9709002
Eric Siegel
Eric V. Siegel
Learning Methods for Combining Linguistic Indicators to Classify Verbs
7 pages, Latex, in the Proceedings of the Second Conference on Empirical Methods in Natural Language Processing, Providence, Rhode Island, 1997
null
null
null
cmp-lg cs.CL
null
Fourteen linguistically-motivated numerical indicators are evaluated for their ability to categorize verbs as either states or events. The values for each indicator are computed automatically across a corpus of text. To improve classification performance, machine learning techniques are employed to combine multiple indicators. Three machine learning methods are compared for this task: decision tree induction, a genetic algorithm, and log-linear regression.
[ { "version": "v1", "created": "Fri, 12 Sep 1997 22:21:04 GMT" }, { "version": "v2", "created": "Sat, 13 Sep 1997 17:29:57 GMT" } ]
2008-02-03T00:00:00
[ [ "Siegel", "Eric V.", "" ] ]
cmp-lg/9709004
null
Jose Maria Gomez Hidalgo, Manuel de Buenaga Rodriguez
Integrating a Lexical Database and a Training Collection for Text Categorization
12 pages, 3 figures (2 tables)
ACL/EACL Workshop on Automatic Extraction and Building of Lexical Semantic Resources for Natural Language Applications, 1997
null
null
cmp-lg cs.CL
null
Automatic text categorization is a complex and useful task for many natural language processing applications. Recent approaches to text categorization focus more on algorithms than on resources involved in this operation. In contrast to this trend, we present an approach based on the integration of widely available resources as lexical databases and training collections to overcome current limitations of the task. Our approach makes use of WordNet synonymy information to increase evidence for bad trained categories. When testing a direct categorization, a WordNet based one, a training algorithm, and our integrated approach, the latter exhibits a better perfomance than any of the others. Incidentally, WordNet based approach perfomance is comparable with the training approach one.
[ { "version": "v1", "created": "Mon, 15 Sep 1997 16:18:33 GMT" } ]
2008-02-03T00:00:00
[ [ "Hidalgo", "Jose Maria Gomez", "" ], [ "Rodriguez", "Manuel de Buenaga", "" ] ]
cmp-lg/9709005
Antoni Tuells
Toni Tuells (Universitat Pompeu Fabra)
A generation algorithm for f-structure representations
6 pages
In the Proceedings of RANLP'97 (pages 270-275), Tzigov Chark, Bulgaria, 1997
null
null
cmp-lg cs.CL
null
This paper shows that previously reported generation algorithms run into problems when dealing with f-structure representations. A generation algorithm that is suitable for this type of representations is presented: the Semantic Kernel Generation (SKG) algorithm. The SKG method has the same processing strategy as the Semantic Head Driven generation (SHDG) algorithm and relies on the assumption that it is possible to compute the Semantic Kernel (SK) and non Semantic Kernel (Non-SK) information for each input structure.
[ { "version": "v1", "created": "Wed, 17 Sep 1997 08:10:55 GMT" } ]
2008-02-03T00:00:00
[ [ "Tuells", "Toni", "", "Universitat Pompeu Fabra" ] ]
cmp-lg/9709006
Manuela Boros
Manuela Boros (FORWISS, Erlangen), Maria Aretoulaki, Florian Gallwitz, Elmar Noeth, Heinrich Niemann (Chair for Pattern Recognition, University of Erlangen)
Semantic Processing of Out-Of-Vocabulary Words in a Spoken Dialogue System
4 pages, 2 eps figures, requires LaTeX2e, uses eurospeech.sty and epsfig
Proceedings of EUROSPEECH'97, Vol.4, pp.1887-1890, Rhodes, Greece
null
null
cmp-lg cs.CL
null
One of the most important causes of failure in spoken dialogue systems is usually neglected: the problem of words that are not covered by the system's vocabulary (out-of-vocabulary or OOV words). In this paper a methodology is described for the detection, classification and processing of OOV words in an automatic train timetable information system. The various extensions that had to be effected on the different modules of the system are reported, resulting in the design of appropriate dialogue strategies, as are encouraging evaluation results on the new versions of the word recogniser and the linguistic processor.
[ { "version": "v1", "created": "Wed, 17 Sep 1997 11:58:24 GMT" } ]
2008-02-03T00:00:00
[ [ "Boros", "Manuela", "", "FORWISS, Erlangen" ], [ "Aretoulaki", "Maria", "", "Chair for Pattern Recognition, University of\n Erlangen" ], [ "Gallwitz", "Florian", "", "Chair for Pattern Recognition, University of\n Erlangen" ], [ "Noeth", "Elmar", "", "Chair for Pattern Recognition, University of\n Erlangen" ], [ "Niemann", "Heinrich", "", "Chair for Pattern Recognition, University of\n Erlangen" ] ]
cmp-lg/9709007
null
Manuel de Buenaga Rodriguez, Jose Maria Gomez Hidalgo, Belen Diaz Agudo
Using WordNet to Complement Training Information in Text Categorization
16 pages, 1 figure, 3 tables, previously with RANLP latext style
Second International Conference on Recent Advances in Natural Language Processing, 1997
null
null
cmp-lg cs.CL
null
Automatic Text Categorization (TC) is a complex and useful task for many natural language applications, and is usually performed through the use of a set of manually classified documents, a training collection. We suggest the utilization of additional resources like lexical databases to increase the amount of information that TC systems make use of, and thus, to improve their performance. Our approach integrates WordNet information with two training approaches through the Vector Space Model. The training approaches we test are the Rocchio (relevance feedback) and the Widrow-Hoff (machine learning) algorithms. Results obtained from evaluation show that the integration of WordNet clearly outperforms training approaches, and that an integrated technique can effectively address the classification of low frequency categories.
[ { "version": "v1", "created": "Wed, 17 Sep 1997 15:34:10 GMT" } ]
2008-02-03T00:00:00
[ [ "Rodriguez", "Manuel de Buenaga", "" ], [ "Hidalgo", "Jose Maria Gomez", "" ], [ "Agudo", "Belen Diaz", "" ] ]
cmp-lg/9709008
Jay Jiang
Jay J. Jiang (University of Waterloo), David W. Conrath (McMaster University)
Semantic Similarity Based on Corpus Statistics and Lexical Taxonomy
15 pages, Postscript only
In the Proceedings of ROCLING X, Taiwan, 1997
null
null
cmp-lg cs.CL
null
This paper presents a new approach for measuring semantic similarity/distance between words and concepts. It combines a lexical taxonomy structure with corpus statistical information so that the semantic distance between nodes in the semantic space constructed by the taxonomy can be better quantified with the computational evidence derived from a distributional analysis of corpus data. Specifically, the proposed measure is a combined approach that inherits the edge-based approach of the edge counting scheme, which is then enhanced by the node-based approach of the information content calculation. When tested on a common data set of word pair similarity ratings, the proposed approach outperforms other computational models. It gives the highest correlation value (r = 0.828) with a benchmark based on human similarity judgements, whereas an upper bound (r = 0.885) is observed when human subjects replicate the same task.
[ { "version": "v1", "created": "Sat, 20 Sep 1997 15:16:26 GMT" } ]
2008-02-03T00:00:00
[ [ "Jiang", "Jay J.", "", "University of Waterloo" ], [ "Conrath", "David W.", "", "McMaster\n University" ] ]
cmp-lg/9709009
Lyon
Caroline Lyon (Computer Science Department) and Stephen Brown (Mathematics Department, University of Hertfordshire, UK)
Evaluating Parsing Schemes with Entropy Indicators
7 pages. LaTeX format, epsfig used, .sty file included
5th Meeting on Mathematics of Language, MOL5, 1997
null
null
cmp-lg cs.CL
null
This paper introduces an objective metric for evaluating a parsing scheme. It is based on Shannon's original work with letter sequences, which can be extended to part-of-speech tag sequences. It is shown that this regular language is an inadequate model for natural language, but a representation is used that models language slightly higher in the Chomsky hierarchy. We show how the entropy of parsed and unparsed sentences can be measured. If the entropy of the parsed sentence is lower, this indicates that some of the structure of the language has been captured. We apply this entropy indicator to support one particular parsing scheme that effects a top down segmentation. This approach could be used to decompose the parsing task into computationally more tractable subtasks. It also lends itself to the extraction of predicate/argument structure.
[ { "version": "v1", "created": "Mon, 22 Sep 1997 17:15:22 GMT" } ]
2008-02-03T00:00:00
[ [ "Lyon", "Caroline", "", "Computer Science Department" ], [ "Brown", "Stephen", "", "Mathematics Department, University of Hertfordshire, UK" ] ]
cmp-lg/9709010
Norbert Broeker
Udo Hahn, Peter Neuhaus (Computational Linguistics Lab, Freiburg University), Norbert Broeker (Institute for Natural Language Processing, Stuttgart University)
Message-Passing Protocols for Real-World Parsing -- An Object-Oriented Model and its Preliminary Evaluation
12 pages, uses epsfig.sty
Proc. Int'l Workshop on Parsing Technologies, 1997, Boston/MA: MIT, pp 101-112
null
null
cmp-lg cs.CL
null
We argue for a performance-based design of natural language grammars and their associated parsers in order to meet the constraints imposed by real-world NLP. Our approach incorporates declarative and procedural knowledge about language and language use within an object-oriented specification framework. We discuss several message-passing protocols for parsing and provide reasons for sacrificing completeness of the parse in favor of efficiency based on a preliminary empirical evaluation.
[ { "version": "v1", "created": "Tue, 23 Sep 1997 12:43:09 GMT" } ]
2008-02-03T00:00:00
[ [ "Hahn", "Udo", "", "Computational Linguistics Lab, Freiburg\n University" ], [ "Neuhaus", "Peter", "", "Computational Linguistics Lab, Freiburg\n University" ], [ "Broeker", "Norbert", "", "Institute for Natural Language Processing,\n Stuttgart University" ] ]
cmp-lg/9709011
Shuly Wintner
Shuly Wintner and Nissim Francez (Department of Computer Science, Technion, Israel Institute of Technology, Haifa, Israel)
Off-line Parsability and the Well-foundedness of Subsumption
19 pages, 1 postscript figure, uses fullname.sty
null
null
null
cmp-lg cs.CL
null
Typed feature structures are used extensively for the specification of linguistic information in many formalisms. The subsumption relation orders TFSs by their information content. We prove that subsumption of acyclic TFSs is well-founded, whereas in the presence of cycles general TFS subsumption is not well-founded. We show an application of this result for parsing, where the well-foundedness of subsumption is used to guarantee termination for grammars that are off-line parsable. We define a new version of off-line parsability that is less strict than the existing one; thus termination is guaranteed for parsing with a larger set of grammars.
[ { "version": "v1", "created": "Tue, 23 Sep 1997 14:00:21 GMT" } ]
2008-02-03T00:00:00
[ [ "Wintner", "Shuly", "", "Department of Computer Science,\n Technion, Israel Institute of Technology, Haifa, Israel" ], [ "Francez", "Nissim", "", "Department of Computer Science,\n Technion, Israel Institute of Technology, Haifa, Israel" ] ]
cmp-lg/9709012
Lyon
Caroline Lyon and Ray Frank (Computer Science Department, University of Hertfordshire, UK)
Using Single Layer Networks for Discrete, Sequential Data: An Example from Natural Language Processing
28 pages, 9 figures, Latex format, uses epsfig, .styfile included
Neural Computing and Applications 5(4), 1997, 196-214
null
null
cmp-lg cs.CL
null
A natural language parser which has been successfully implemented is described. This is a hybrid system, in which neural networks operate within a rule based framework. It can be accessed via telnet for users to try on their own text. (For details, contact the author.) Tested on technical manuals, the parser finds the subject and head of the subject in over 90% of declarative sentences. The neural processing components belong to the class of Generalized Single Layer Networks (GSLN). In general, supervised, feed-forward networks need more than one layer to process data. However, in some cases data can be pre-processed with a non-linear transformation, and then presented in a linearly separable form for subsequent processing by a single layer net. Such networks offer advantages of functional transparency and operational speed. For our parser, the initial stage of processing maps linguistic data onto a higher order representation, which can then be analysed by a single layer network. This transformation is supported by information theoretic analysis.
[ { "version": "v1", "created": "Tue, 23 Sep 1997 14:01:27 GMT" } ]
2008-02-03T00:00:00
[ [ "Lyon", "Caroline", "", "Computer Science Department, University\n of Hertfordshire, UK" ], [ "Frank", "Ray", "", "Computer Science Department, University\n of Hertfordshire, UK" ] ]
cmp-lg/9709013
Shuly Wintner
Shuly Wintner (Department of Computer Science, the Technion, Haifa, Israel)
An Abstract Machine for Unification Grammars
Doctoral Thesis, 96 pages, many postscript figures, uses pstricks, pst-node, psfig, fullname and a macros file
null
null
null
cmp-lg cs.CL
null
This work describes the design and implementation of an abstract machine, Amalia, for the linguistic formalism ALE, which is based on typed feature structures. This formalism is one of the most widely accepted in computational linguistics and has been used for designing grammars in various linguistic theories, most notably HPSG. Amalia is composed of data structures and a set of instructions, augmented by a compiler from the grammatical formalism to the abstract instructions, and a (portable) interpreter of the abstract instructions. The effect of each instruction is defined using a low-level language that can be executed on ordinary hardware. The advantages of the abstract machine approach are twofold. From a theoretical point of view, the abstract machine gives a well-defined operational semantics to the grammatical formalism. This ensures that grammars specified using our system are endowed with well defined meaning. It enables, for example, to formally verify the correctness of a compiler for HPSG, given an independent definition. From a practical point of view, Amalia is the first system that employs a direct compilation scheme for unification grammars that are based on typed feature structures. The use of amalia results in a much improved performance over existing systems. In order to test the machine on a realistic application, we have developed a small-scale, HPSG-based grammar for a fragment of the Hebrew language, using Amalia as the development platform. This is the first application of HPSG to a Semitic language.
[ { "version": "v1", "created": "Tue, 23 Sep 1997 15:52:05 GMT" } ]
2008-02-03T00:00:00
[ [ "Wintner", "Shuly", "", "Department of Computer Science, the Technion, Haifa,\n Israel" ] ]
cmp-lg/9709014
Shuly Wintner
Shuly Wintner (Seminar fuer Sprachwissenschaft, Tuebingen) Evgeniy Gabrilovich and Nissim Francez (Laboratory for Computational Linguistics, Technion, Israel)
Amalia -- A Unified Platform for Parsing and Generation
8 pages postscript
Proceedings of Recent Advances in Natural Language Programming (RANLP97), Tzigov Chark, Bulgaria, 11-13 September 1997, pp. 135-142
null
null
cmp-lg cs.CL
null
Contemporary linguistic theories (in particular, HPSG) are declarative in nature: they specify constraints on permissible structures, not how such structures are to be computed. Grammars designed under such theories are, therefore, suitable for both parsing and generation. However, practical implementations of such theories don't usually support bidirectional processing of grammars. We present a grammar development system that includes a compiler of grammars (for parsing and generation) to abstract machine instructions, and an interpreter for the abstract machine language. The generation compiler inverts input grammars (designed for parsing) to a form more suitable for generation. The compiled grammars are then executed by the interpreter using one control strategy, regardless of whether the grammar is the original or the inverted version. We thus obtain a unified, efficient platform for developing reversible grammars.
[ { "version": "v1", "created": "Wed, 24 Sep 1997 17:26:24 GMT" } ]
2008-02-03T00:00:00
[ [ "Wintner", "Shuly", "", "Seminar fuer Sprachwissenschaft, Tuebingen" ], [ "Gabrilovich", "Evgeniy", "", "Laboratory for Computational Linguistics,\n Technion, Israel" ], [ "Francez", "Nissim", "", "Laboratory for Computational Linguistics,\n Technion, Israel" ] ]
comp-gas/9302001
James Theiler
James Theiler
Some comments on the correlation dimension of $1/f^\alpha$ noise
CYCLER Paper 93feb005 Several PostScript files, compress'ed tar'ed uuencode'ed
null
null
null
comp-gas nlin.CG
null
It has recently been observed that a stochastic (infinite degree of freedom) time series with a $1/f^\alpha$ power spectrum can exhibit a finite correlation dimension, even for arbitrarily large data sets. [A.R. Osborne and A.~Provenzale, {\sl Physica D} {\bf 35}, 357 (1989).] I will discuss the relevance of this observation to the practical estimation of dimension from a time series, and in particular I will argue that a good dimension algorithm need not be trapped by this anomalous fractal scaling. Further, I will analytically treat the case of gaussian \onefas noise, with explicit high and low frequency cutoffs, and derive the scaling of the correlation integral $C(N,r)$ in various regimes of the $(N,r)$ plane. Appears in: {\sl Phys. Lett. A} {\bf 155} (1991) 480--493.
[ { "version": "v1", "created": "Wed, 10 Feb 1993 00:00:00 GMT" } ]
2008-02-03T00:00:00
[ [ "Theiler", "James", "" ] ]
comp-gas/9302003
James Theiler
James Theiler (LANL/SFI), Paul S. Linsay (MIT), and David M. Rubin (USGS)
Detecting Nonlinearity in Data with Long Coherence Times
26 pages, Postscript, includes figures embedded in text. This version fixes a very old postscript bug which prevented the paper from being printed out on some machines
null
null
LA-UR-92-2335
comp-gas nlin.CG
null
We consider the limitations of two techniques for detecting nonlinearity in time series. The first technique compares the original time series to an ensemble of surrogate time series that are constructed to mimic the linear properties of the original. The second technique compares the forecasting error of linear and nonlinear predictors. Both techniques are found to be problematic when the data has a long coherence time; they tend to indicate nonlinearity even for linear time series. We investigate the causes of these difficulties both analytically and with numerical experiments on ``real'' and computer-generated data. In particular, although we do see some initial evidence for nonlinear structure in the SFI dataset E, we are inclined to dismiss this evidence as an artifact of the long coherence time.
[ { "version": "v1", "created": "Fri, 26 Feb 1993 00:00:00 GMT" }, { "version": "v2", "created": "Fri, 15 Jul 1994 21:57:48 GMT" } ]
2008-02-03T00:00:00
[ [ "Theiler", "James", "", "LANL/SFI" ], [ "Linsay", "Paul S.", "", "MIT" ], [ "Rubin", "David M.", "", "USGS" ] ]
comp-gas/9303002
Peter Lomdahl
D. M. Beazley (Center for Nonlinear Studies, LANL) and P. S. Lomdahl (Theoretical Division, LANL)
Message-Passing Multi-Cell Molecular Dynamics on the Connection Machine 5
17 pages, Uuencoded compressed PostScript file
null
null
LA-UR-92-3158
comp-gas nlin.CG
null
We present a new scalable algorithm for short-range molecular dynamics simulations on distributed memory MIMD multicomputer based on a message-passing multi-cell approach. We have implemented the algorithm on the Connection Machine 5 (CM-5) and demonstrate that meso-scale molecular dynamics with more than $10^8$ particles is now possible on massively parallel MIMD computers. Typical runs show single particle update-times of $0.15 \mu s$ in 2 dimensions (2D) and approximately $1 \mu s$ in 3 dimensions (3D) on a 1024 node CM-5 without vector units, corresponding to more than 1.8 GFlops overall performance. We also present a scaling equation which agrees well with actually observed timings.
[ { "version": "v1", "created": "Tue, 9 Mar 1993 18:43:56 GMT" } ]
2008-02-03T00:00:00
[ [ "Beazley", "D. M.", "", "Center for Nonlinear Studies, LANL" ], [ "Lomdahl", "P. S.", "", "Theoretical Division, LANL" ] ]
comp-gas/9304003
U. Chen
Yu Chen, Hirotada Ohashi, and Mamoru Akiyama
The Lattice Boltzmann Equation Method for the Simulation of Compressible Fluid Flow
6 pages, 5 figures, submitted to Simulation MultiConference, SCS 1993
null
null
null
comp-gas nlin.CG
null
We systematically derived hydrodynamic equations and transport coefficients for a class of multi-speed lattice Boltzmann models in D dimensions, using the multi-scale technique. The constitutive relation of physical fluid is recovered by a modified equilibrium distribution in Maxwell-Boltzmann type. With the use of the rest particles and the particle reservoir, we were able to add one degree of freedom into the sound speed of the modeled fluid. When the sound speed is tuned small enough, the compressible region of fluid flow can be reached. An example 2-D model is presented, together with the numerical verification for its transport coefficients.
[ { "version": "v1", "created": "Thu, 22 Apr 1993 01:09:32 GMT" } ]
2008-02-03T00:00:00
[ [ "Chen", "Yu", "" ], [ "Ohashi", "Hirotada", "" ], [ "Akiyama", "Mamoru", "" ] ]
comp-gas/9304004
Gregory Beylkin
G. Beylkin (Program in Applied Mathematics, University of Colorado at Boulder)
Wavelets and Fast Numerical Algorithms
32 pages, uuencoded tar-compressed LaTeX file. Uses epsf.sty (see `macros')
null
null
null
comp-gas nlin.CG
null
Wavelet based algorithms in numerical analysis are similar to other transform methods in that vectors and operators are expanded into a basis and the computations take place in this new system of coordinates. However, due to the recursive definition of wavelets, their controllable localization in both space and wave number (time and frequency) domains, and the vanishing moments property, wavelet based algorithms exhibit new and important properties. For example, the multiresolution structure of the wavelet expansions brings about an efficient organization of transformations on a given scale and of interactions between different neighbouring scales. Moreover, wide classes of operators which naively would require a full (dense) matrix for their numerical description, have sparse representations in wavelet bases. For these operators sparse representations lead to fast numerical algorithms, and thus address a critical numerical issue. We note that wavelet based algorithms provide a systematic generalization of the Fast Multipole Method (FMM) and its descendents. These topics will be the subject of the lecture. Starting from the notion of multiresolution analysis, we will consider the so-called non-standard form (which achieves decoupling among the scales) and the associated fast numerical algorithms. Examples of non-standard forms of several basic operators (e.g. derivatives) will be computed explicitly.
[ { "version": "v1", "created": "Thu, 22 Apr 1993 18:10:40 GMT" } ]
2008-02-03T00:00:00
[ [ "Beylkin", "G.", "", "Program in Applied Mathematics, University of Colorado at\n Boulder" ] ]
comp-gas/9305002
Bracy H. Elton
Bracy H. Elton (Fujitsu America, Inc.), Garry H. Rodrigue (Lawrence Livermore National Laboratory and University of California, Davis), and C. David Levermore (University of Arizona)
Convergence of Convective-Diffusive Lattice Boltzmann Methods
39 pages; LaTeX and PsFig; 400kb uuencoded/compressed/tarred PostScript figures; submitted to the SIAM Journal on Numerical Analysis. AMS(MOS) subject classifications 35F25, 65M06, 65M12, 76R99, 82C40
null
null
Lawrence Livermore National Laboratory #UCRL-JC-113509
comp-gas nlin.CG
null
Lattice Boltzmann methods are numerical schemes derived as a kinetic approximation of an underlying lattice gas. A numerical convergence theory for nonlinear convective-diffusive lattice Boltzmann methods is established. Convergence, consistency, and stability are defined through truncated Hilbert expansions. In this setting it is shown that consistency and stability imply convergence. Monotone lattice Boltzmann methods are defined and shown to be stable, hence convergent when consistent. Examples of diffusive and convective-diffusive lattice Boltzmann methods that are both consistent and monotone are presented.
[ { "version": "v1", "created": "Tue, 25 May 1993 22:18:51 GMT" } ]
2008-02-03T00:00:00
[ [ "Elton", "Bracy H.", "", "Fujitsu America, Inc." ], [ "Rodrigue", "Garry H.", "", "Lawrence\n Livermore National Laboratory and University of California, Davis" ], [ "Levermore", "C. David", "", "University of Arizona" ] ]
comp-gas/9306001
James D. Sterling
James D. Sterling (Advanced Projects Research Incorporated), and Shiyi Chen (Theoretical Division, Los Alamos National Laboratory)
Stability Analysis of Lattice Boltzmann Methods
18 pages, to get figures (hard-copy only) e-mail [email protected]
null
null
LA-UR:93-2103, submitted to J. Comp. Phys
comp-gas nlin.CG
null
The lattice Boltzmann equation describes the evolution of the velocity distribution function on a lattice in a manner that macroscopic fluid dynamical behavior is recovered. Although the equation is a derivative of lattice gas automata, it may be interpreted as a Lagrangian finite-difference method for the numerical simulation of the discrete-velocity Boltzmann equation that makes use of a BGK collision operator. As a result, it is not surprising that numerical instability of lattice Boltzmann methods have been frequently encountered by researchers. We present an analysis of the stability of perturbations of the particle populations linearized about equilibrium values corresponding to a constant-density uniform mean flow. The linear stability depends on the following parameters: the distribution of the mass at a site between the different discrete speeds, the BGK relaxation time, the mean velocity, and the wavenumber of the perturbations. This parameter space is too large to compute the complete stability characteristics. We report some stability results for a
[ { "version": "v1", "created": "Tue, 15 Jun 1993 20:34:59 GMT" } ]
2008-02-03T00:00:00
[ [ "Sterling", "James D.", "", "Advanced Projects Research Incorporated" ], [ "Chen", "Shiyi", "", "Theoretical Division, Los Alamos National Laboratory" ] ]
comp-gas/9307001
null
S. Succi( IBM European Center for Scientific and Engineering Computing, Roma, Italy)
Numerical Solution of the Schroedinger Equation using a Quantum Lattice Boltzmann Equation}
LaTeX file
null
null
null
comp-gas nlin.CG
null
The quantum Lattice Boltzmann equation (QLBe), a new variant of the lattice Boltzmann equation, specifically designed to describe non relativistic quantum motion, is validated for the case of a free-particle in (1+1) space-time dimensions. The proper parameter regime under which the method needs to be operated in order to reproduce faithful non-relativistic quantum motion is also discussed.
[ { "version": "v1", "created": "Wed, 7 Jul 1993 12:18:09 GMT" } ]
2008-02-03T00:00:00
[ [ "Succi", "S.", "", "IBM European Center for Scientific and Engineering\n Computing, Roma, Italy" ] ]
comp-gas/9307003
James D. Sterling
Marc B. Reider and James D. Sterling (Center for Nonlinear Studies, Los Alamos National Laboratory)
Accuracy of Discrete-Velocity BGK Models for the Simulation of the Incompressible Navier-Stokes Equations
12 pages, e-mail [email protected] for hard copy/figure
null
null
null
comp-gas nlin.CG
null
Two discretizations of a 9-velocity Boltzmann equation with a BGK collision operator are studied. A Chapman-Enskog expansion of the PDE system predicts that the macroscopic behavior corresponds to the incompressible Navier-Stokes equations with additional terms of order Mach number squared. We introduce a fourth-order scheme and compare results with those of the commonly used lattice Boltzmann discretization and with finite-difference schemes applied to the incompressible Navier-Stokes equations in primitive-variable form. We numerically demonstrate convergence of the BGK schemes to the incompressible Navier-Stokes equations and quantify the errors associated with compressibility and discretization effects. When compressibility error is smaller than discretization error, convergence in both grid spacing and time step is shown to be second-order for the LB method and is confirmed to be fourth-order for the fourth-order BGK solver. However, when the compressibility error is simultaneously reduced as the grid is refined, the LB method behaves as a first-order scheme in time.
[ { "version": "v1", "created": "Fri, 23 Jul 1993 17:25:52 GMT" } ]
2008-02-03T00:00:00
[ [ "Reider", "Marc B.", "", "Center for Nonlinear Studies,\n Los Alamos National Laboratory" ], [ "Sterling", "James D.", "", "Center for Nonlinear Studies,\n Los Alamos National Laboratory" ] ]
comp-gas/9308002
Harmen Bussemaker
J.W. Dufty, M.H. Ernst
Lattice Boltzmann-Langevin Equations
10 pages, Latex, no figures
null
null
null
comp-gas nlin.CG
null
Intrinsic fluctuations around the solution of the lattice Boltzmann equation are described or modeled by addition of a white Gaussian noise source. For stationary states a fluctuation-dissipation theorem relates the variance of the fluctuations to the linearized Boltzmann collision operator and the pair correlation function.
[ { "version": "v1", "created": "Wed, 1 Sep 1993 13:26:18 GMT" } ]
2008-02-03T00:00:00
[ [ "Dufty", "J. W.", "" ], [ "Ernst", "M. H.", "" ] ]
comp-gas/9308003
Harmen Bussemaker
M.H. Ernst and H.J. Bussemaker (Institute for Theoretical Physics, University of Utrecht, The Netherlands)
Instabilities and Patterns (minor technical modifications)
15 pages, uuencoded tar-compressed file (139 kb), containing Latex file and 5 encapsulated PostScript figures
null
null
THU-93/22
comp-gas nlin.CG nlin.PS patt-sol
null
Violation of (semi)-detailed balance conditions in lattice gas automata gives rise to unstable spatial fluctuations that lead to phase separation and pattern formation in spinodal decomposition, unstable propagating modes, driven diffusive systems and unstable uniform flows.
[ { "version": "v1", "created": "Wed, 1 Sep 1993 15:25:57 GMT" }, { "version": "v2", "created": "Wed, 22 Sep 1993 15:02:18 GMT" } ]
2008-02-03T00:00:00
[ [ "Ernst", "M. H.", "", "Institute for Theoretical Physics,\n University of Utrecht, The Netherlands" ], [ "Bussemaker", "H. J.", "", "Institute for Theoretical Physics,\n University of Utrecht, The Netherlands" ] ]
comp-gas/9310001
U. Chen
Yu Chen, Hirotada Ohashi and Mamoru Akiyama (Department of Quantumn Engineering and Systems Science University of Tokyo, Japan)
Elimination of Nonlinear Deviations in Thermal Lattice BGK Models
4 pages, 1 table, 4 figures
null
null
null
comp-gas nlin.CG
null
Abstracet: We present a new thermal lattice BGK model in D-dimensional space for the numerical calculation of fluid dynamics. This model uses a higher order expansion of equilibrium distribution in Maxwellian type. In the mean time the lattice symmetry is upgraded to ensure the isotropy of 6th order tensor. These manipulations lead to macroscopic equations free from nonlinear deviations. We demonstrate the improvements by conducting classical Chapman-Enskog analysis and by numerical simulation of shear wave flow. The transport coefficients are measured numerically, too.
[ { "version": "v1", "created": "Tue, 5 Oct 1993 06:46:42 GMT" } ]
2008-02-03T00:00:00
[ [ "Chen", "Yu", "", "Department of Quantumn\n Engineering and Systems Science University of Tokyo, Japan" ], [ "Ohashi", "Hirotada", "", "Department of Quantumn\n Engineering and Systems Science University of Tokyo, Japan" ], [ "Akiyama", "Mamoru", "", "Department of Quantumn\n Engineering and Systems Science University of Tokyo, Japan" ] ]
comp-gas/9312001
Shiyi Chen
S. Chen, S. P. Dawson, G. D. Doolen, D. R. Janecky and A. Lawniczak (Theoretical Division and Center for Nonlinear Studies Los Alamos National Laboratory, Los Alamos, NM, USA)
Lattice Methods and Their Applications To Reacting Systems
Latex file
null
null
null
comp-gas nlin.CG
null
The recent development of the lattice gas automata method and its extension to the lattice Boltzmann method have provided new computational schemes for solving a variety of partial differential equations and modeling chemically reacting systems. The lattice gas method, regarded as the simplest microscopic and kinetic approach which generates meaningful macroscopic dynamics, is fully parallel and can, as a result, be easily programmed on parallel machines. In this paper, we introduce the basic principles of the lattice gas method and the lattice Boltzmann method, their numerical implementations and applications to chemically reacting systems. Comparisons of the lattice Boltzmann method with the lattice gas technique and other traditional numerical schemes, including the finite difference scheme and the pseudo-spectral method, for solving the Navier-Stokes hydrodynamic fluid flows will be discussed. Recent developments of the lattice gas and the lattice Boltzmann method and their applications to pattern formation in chemical reaction-diffusion systems, multiphase fluid flows and polymeric dynamics will be presented.
[ { "version": "v1", "created": "Wed, 8 Dec 1993 06:40:54 GMT" } ]
2008-02-03T00:00:00
[ [ "Chen", "S.", "", "Theoretical Division and Center for Nonlinear Studies Los Alamos National\n Laboratory, Los Alamos, NM, USA" ], [ "Dawson", "S. P.", "", "Theoretical Division and Center for Nonlinear Studies Los Alamos National\n Laboratory, Los Alamos, NM, USA" ], [ "Doolen", "G. D.", "", "Theoretical Division and Center for Nonlinear Studies Los Alamos National\n Laboratory, Los Alamos, NM, USA" ], [ "Janecky", "D. R.", "", "Theoretical Division and Center for Nonlinear Studies Los Alamos National\n Laboratory, Los Alamos, NM, USA" ], [ "Lawniczak", "A.", "", "Theoretical Division and Center for Nonlinear Studies Los Alamos National\n Laboratory, Los Alamos, NM, USA" ] ]
comp-gas/9401004
Shiyi Chen
S. Hou, J. Sterling, S. Chen and G. D. Doolen (Theoretical Division and Center for Nonlinear Studies Los Alamos National Laboratory, Los Alamos, NM)
A Lattice Boltzmann Subgrid Model for High Reynolds Number Flows
latex
null
null
null
comp-gas nlin.CG
null
A subgrid turbulence model for the lattice Boltzmann method is proposed for high Reynolds number fluid flow applications. The method, based on the standard Smagorinsky subgrid model and a single-time relaxation lattice Boltzmann method, incorporates the advantages of the lattice Boltzmann method for handling arbitrary boundaries and is easily implemented on parallel machines. The method is applied to a two-dimensional driven cavity flow for studying dynamics and the Reynolds number dependence of the flow structures. The substitution of other subgrid models, such as the dynamic subgrid model, in the framework of the LB method is discussed.
[ { "version": "v1", "created": "Fri, 28 Jan 1994 18:50:06 GMT" } ]
2008-02-03T00:00:00
[ [ "Hou", "S.", "", "Theoretical Division\n and Center for Nonlinear Studies Los Alamos National Laboratory, Los Alamos,\n NM" ], [ "Sterling", "J.", "", "Theoretical Division\n and Center for Nonlinear Studies Los Alamos National Laboratory, Los Alamos,\n NM" ], [ "Chen", "S.", "", "Theoretical Division\n and Center for Nonlinear Studies Los Alamos National Laboratory, Los Alamos,\n NM" ], [ "Doolen", "G. D.", "", "Theoretical Division\n and Center for Nonlinear Studies Los Alamos National Laboratory, Los Alamos,\n NM" ] ]
comp-gas/9403001
David R. Wolf
David H. Wolpert, David R. Wolf
Estimating Functions of Probability Distributions from a Finite Set of Samples, Part 1: Bayes Estimators and the Shannon Entropy
uuencoded compressed tarfile, submitted
null
null
LANL LA-UR-92-4369
comp-gas adap-org nlin.AO nlin.CG
null
We present estimators for entropy and other functions of a discrete probability distribution when the data is a finite sample drawn from that probability distribution. In particular, for the case when the probability distribution is a joint distribution, we present finite sample estimators for the mutual information, covariance, and chi-squared functions of that probability distribution.
[ { "version": "v1", "created": "Tue, 8 Mar 1994 20:44:00 GMT" } ]
2008-02-03T00:00:00
[ [ "Wolpert", "David H.", "" ], [ "Wolf", "David R.", "" ] ]
comp-gas/9403002
David R. Wolf
David R. Wolf, David H. Wolpert
Estimating Functions of Distributions from A Finite Set of Samples, Part 2: Bayes Estimators for Mutual Information, Chi-Squared, Covariance and other Statistics
uuencoded compressed postscript, submitted
null
null
LANL LA-UR-93-833
comp-gas adap-org nlin.AO nlin.CG
null
We present estimators for entropy and other functions of a discrete probability distribution when the data is a finite sample drawn from that probability distribution. In particular, for the case when the probability distribution is a joint distribution, we present finite sample estimators for the mutual information, covariance, and chi-squared functions of that probability distribution.
[ { "version": "v1", "created": "Tue, 8 Mar 1994 20:44:08 GMT" } ]
2008-02-03T00:00:00
[ [ "Wolf", "David R.", "" ], [ "Wolpert", "David H.", "" ] ]
comp-gas/9403004
Yepez
Jeffrey Yepez (US Air Force, Phillips Laboratory)
A Lattice-Gas with Long-Range Interactions Coupled to a Heat Bath
16 pages, epsf.sty used to include 7 postscript images, to appear in Lawniczak, A. and R. Kapral Editiors, Pattern Formation and Lattice-gas Automata, American Mathematical Society, 1994
null
null
null
comp-gas nlin.CG
null
Introduced is a lattice-gas with long-range 2-body interactions. An effective inter-particle force is mediated by momentum exchanges. There exists the possibility of having both attractive and repulsive interactions using finite impact parameter collisions. There also exists an interesting possibility of coupling these long-range interactions to a heat bath. A fixed temperature heat bath induces a permanent net attractive interparticle potential, but at the expense of reversibility. Thus the long-range dynamics is a kind of a Monte Carlo Kawasaki updating scheme. The model has a $P\rho T$ equation of state. Presented are analytical and numerical results for the a lattice-gas fluid governed by a nonideal equation of state. The model's complexity is not much beyond that of the FHP lattice-gas. It is suitable for massively parallel processing and may be used to study critical phenomena in large systems.
[ { "version": "v1", "created": "Fri, 18 Mar 1994 19:32:59 GMT" } ]
2008-02-03T00:00:00
[ [ "Yepez", "Jeffrey", "", "US Air Force, Phillips Laboratory" ] ]
comp-gas/9403005
Yepez
Jeffrey Yepez (US Air Force, Phillips Laboratory), Guy P. Seeley (Radex Corporation), and Norman Margolus (MIT Laboratory for Computer Science)
Lattice-Gas Automata Fluids on Parallel Supercomputers
21 pages, revtex.sty used to generate Computers in Physics Compuscript, epsf.sty used to include 10 postscript images, submitted to Computers in Physics Jan 94. Postscript figures appended at the bottom in tar-compress-uuencode form
null
null
null
comp-gas nlin.CG
null
A condensed history and theoretical development of lattice-gas automata in the Boltzmann limit is presented. This is provided as background to set up the context for understanding the implementation of the lattice-gas method on two parallel supercomputers: the MIT cellular automata machine CAM-8 and the Connection Machine CM-5. The macroscopic limit of two-dimensional fluids is tested by simulating the Rayleigh-B\'enard convective instability, Kelvin-Helmholtz shear instability, and the Von Karman vortex shedding instability. Performance of the two machines in terms of both site update rate and maximum problem size are comparable. The CAM-8, being a low-cost desktop machine, demonstrates the potential of special-purpose digital hardware.
[ { "version": "v1", "created": "Sat, 19 Mar 1994 01:56:13 GMT" } ]
2008-02-03T00:00:00
[ [ "Yepez", "Jeffrey", "", "US Air Force, Phillips Laboratory" ], [ "Seeley", "Guy P.", "", "Radex Corporation" ], [ "Margolus", "Norman", "", "MIT Laboratory for Computer\n Science" ] ]
comp-gas/9403006
Langis Gagnon
L. Gagnon, J. M. Lina and B. Goulard (Groupe PHYSNUM, Univ. de Montreal)
Application of Complex Daubechies' Wavelets to Numerical Simulation of a Nonlinear Signal Propagation Model
4 pages, compressed and uuencoded postcript file (final size: 720 Kbytes) Submitted to 7th SP Workshop on Signal Analysis and Array Processing
null
null
null
comp-gas nlin.CG
null
We report the first application of complex symmetric wavelets to the numerical simulation of a nonlinear signal propagation model. This model is the so-called nonlinear Schrodinger equation that describes, for instance, the evolution of the electric field amplitude in nonlinear optical fibers. We propose and study a new way to implement a global space-time adaptive grid, based on interpolation properties of higher-order scaling functions.
[ { "version": "v1", "created": "Thu, 31 Mar 1994 14:49:21 GMT" } ]
2008-02-03T00:00:00
[ [ "Gagnon", "L.", "", "Groupe PHYSNUM, Univ. de\n Montreal" ], [ "Lina", "J. M.", "", "Groupe PHYSNUM, Univ. de\n Montreal" ], [ "Goulard", "B.", "", "Groupe PHYSNUM, Univ. de\n Montreal" ] ]
comp-gas/9405001
null
R.G.M. van der Sman (ATO-DLO, Agricultural Research Institute, Holland), M.F.M. Janssens (ATO-DLO)
Lattice Gas Automata: a discrete model for simulation of continuous transport phenomena in packages of agricultural products
5 pages, paper accepted for European SCS MultiConference, will appear in the proceedings, post script files can be requested from us by e-mail, as we use MS-DOS machines, the post script files can not be compressed and encoded A bibfile (esm.bib is pasted at the end of the tex file)
null
null
null
comp-gas nlin.CG
null
A Lattice Boltzmann scheme has been applied to the problem of heat and mass transport in packagings of cut flowers. The LB scheme, simulating convection-diffusion processes and heat and mass transfer between flowers and air flow, is described in detail. The objective of the research programme is to optimize the packaging design for improved flower quality. Comparison of experimental results and simulation results show that the LB-scheme is a promising simulation technique for achieving the research objective.
[ { "version": "v1", "created": "Tue, 3 May 1994 13:30:58 GMT" } ]
2008-02-03T00:00:00
[ [ "van der Sman", "R. G. M.", "", "ATO-DLO, Agricultural Research Institute,\n Holland" ], [ "Janssens", "M. F. M.", "", "ATO-DLO" ] ]
comp-gas/9405007
Gary Doolen
Yue-Hong Qian
Abstracts for the June 27-29 Princeton Conference: Discrete Models for Fluid Mechanics
30 pages, LaTeX file
null
null
null
comp-gas nlin.CG
null
Submitted by the authors for the June 27-29 Princeton Conference. Questions should be directed to: [email protected]
[ { "version": "v1", "created": "Mon, 30 May 1994 05:16:17 GMT" } ]
2008-02-03T00:00:00
[ [ "Qian", "Yue-Hong", "" ] ]
comp-gas/9408001
Ramon Lopez
F. Zertuche (IIMAS, UNAM, Mexico), R. L\'opez-Pe\~na (ICN, UNAM, Mexico) and H. Waelbroeck (ICN, UNAM, Mexico)
Recognition of Temporal Sequences of Patterns
18 pages in PlainTeX, with 5 figures available on request to the authors. To appear in J. Phys. A: Math. Gen
null
null
null
comp-gas nlin.CG
null
Using an asymmetric associative network with synchronous updating, it is possible to recall a sequence of patterns. To obtain a stable sequence generation with a large storage capacity, we introduce a threshold that eliminates the contribution of weakly correlated patterns. For this system we find a set of evolution equations for the overlaps of the states with the patterns to be recognized. We solve these equations in the limit of the stationary cycle, and obtain the critical value of the capacity as a function of the threshold and temperature. Finally, a numerical simulation is made, confirming the theoretical results.
[ { "version": "v1", "created": "Fri, 26 Aug 1994 22:16:48 GMT" } ]
2008-02-03T00:00:00
[ [ "Zertuche", "F.", "", "IIMAS, UNAM, Mexico" ], [ "López-Peña", "R.", "", "ICN, UNAM,\n Mexico" ], [ "Waelbroeck", "H.", "", "ICN, UNAM, Mexico" ] ]
comp-gas/9411001
Bruce Boghosian
Bruce M. Boghosian (Center for Computational Science, Boston University), Washington Taylor (Center for Theoretical Physics, Massachusetts Institute of Technology)
Renormalization of Lattice Gas Transport Coefficients
12 pages, REVTeX
null
null
BU-CCS-941001, MIT-CTP-2280
comp-gas hep-lat nlin.CG
null
A method is described for calculating corrections to the Boltzmann/Chapman-Enskog analysis of lattice gases due to the buildup of correlations. It is shown that renormalized transport coefficients can be calculated perturbatively by summing terms in an infinite series. A diagrammatic notation for the terms in this series is given, in analogy with the Feynman diagrams of quantum field theory. This theory is applied to an example lattice gas and shown to correctly predict experimental deviation from the Boltzmann prediction.
[ { "version": "v1", "created": "Thu, 1 Dec 1994 19:16:45 GMT" } ]
2008-02-03T00:00:00
[ [ "Boghosian", "Bruce M.", "", "Center for Computational Science, Boston\n University" ], [ "Taylor", "Washington", "", "Center for Theoretical Physics, Massachusetts\n Institute of Technology" ] ]
comp-gas/9501007
Balasubramanya Nadiga
Balu Nadiga and Dale Pullin (Graduate Aeronautical Laboratories, Caltech, Pasadena, CA)
A Method for Near-Equilibrium Discrete-Velocity Gas Flows
19 pages including 4 figures. All in one postscript file (flw.ps) compressed and uuencoded (flw.uu). Name mail file `flw.uu'. Edit so that `#!/bin/csh -f' is the first line of flw.uu On a unix machine say `csh flw.uu'. On a non-unix machine: uudecode flw.uu; uncompress flw.tar.Z; tar -xvf flw.tar
null
null
Journal of Computational Physics, Vol 112, No 1, May 1994, 162-172
comp-gas nlin.CG
null
We present a simulation scheme for discrete-velocity gases based on {\em local thermodynamic equilibrium}. Exploiting the kinetic nature of discrete-velocity gases, in that context, results in a natural splitting of fluxes, and the resultant scheme strongly resembles the original processes. The kinetic nature of the scheme and the modeling of the {\em infinite collision rate} limit, result in a small value of the coefficient of (numerical)-viscosity, the behavior of which is remarkably physical [18]. A first order method, and two second order methods using the total variation diminishing principle are developed and an example application presented. Given the same computer resources, it is expected that with this approach, much higher Reynold's number will be achievable than presently possible with either lattice gas automata or lattice Boltzmann approaches. The ideas being general, the scheme is applicable to any discrete-velocity model, and to lattice gases as well.
[ { "version": "v1", "created": "Sun, 22 Jan 1995 01:20:53 GMT" }, { "version": "v2", "created": "Mon, 23 Jan 1995 18:22:05 GMT" } ]
2008-02-03T00:00:00
[ [ "Nadiga", "Balu", "", "Graduate Aeronautical Laboratories,\n Caltech, Pasadena, CA" ], [ "Pullin", "Dale", "", "Graduate Aeronautical Laboratories,\n Caltech, Pasadena, CA" ] ]
comp-gas/9501009
Balasubramanya Nadiga
Balu Nadiga Galcit (Caltech, Pasadena, CA)
Plane Waves in a Multispeed Discrete-Velocity Gas
18 pages including u figures. All in one postscript file (plane.ps). Compressed and uuencoded (plane.uu). Name mail file `plane.uu'. Edit so that `#!/bin/csh -f' is the first line of plane.uu. On a unix machine say `csh plane.uu'. On a non-unix machine: uudecode plane.uu; uncompress plane.tar.Z; tar -xvf plane.tar
Rarefied Gas Dynamics: Theory and Simulations. Vol. 159 of Progress in Astronautics and Aeronautics (AIAA) Ed. B.D. Shizgal, D.P. Weaver
null
null
comp-gas nlin.CG
null
A kinetic flux-splitting procedure used in conjunction with local thermodynamic equilibrium in a finite volume allows us to investigate numerically discrete-velocity gas flows. The procedure, outlined for a general discrete-velocity gas, is used to simulate flows of the nine-velocity gas, a simple two dimensional multiple-speed discrete-velocity gas, wherein a multiplicity of speeds ensures nontrivial thermodynamics. After verifying the linear wave limit and the non-linear steepening of wavefronts, the stability and propagation of planar discontinuities in that model gas is studied. The supersonic-subsonic requirement for the stable propagation of a discontinuity, being kinematic in nature is the same in the model gas, as e.g., in a perfect gas. However, the finiteness of the velocity space in the model gas does not allow a translation of the above kinematic condition to the thermodynamic requirement of increasing entropy across a compressive shock: a case of an entropy decreasing compressive shock in the model gas is presented. Finally, the interaction of various types of waves--shock waves, rarefactions and contact surfaces--in the model gas are shown in a simulation of the shock tube problem.
[ { "version": "v1", "created": "Sun, 22 Jan 1995 02:23:32 GMT" }, { "version": "v2", "created": "Mon, 23 Jan 1995 18:24:26 GMT" } ]
2008-02-03T00:00:00
[ [ "Galcit", "Balu Nadiga", "", "Caltech, Pasadena, CA" ] ]
comp-gas/9505001
Victor Sofonea
Victor Sofonea (Research Center for Hydrodynamics, Cavitation and Magnetic Fluids Technical University of Timisoara Bd. Mihai Viteazul 1, R-1900 Timisoara, Romania)
Lattice Boltzmann Model For Magnetic Fluids
25 pages, RevTex (figures available from the author via surface mail)
null
null
submitted to Romanian Reports in Physics, 1995
comp-gas nlin.CG
null
A lattice Boltzmann model with interacting particles was developed in order to simulate the magneto-rheological characteristics of magnetic fluids. In the frame of this model, $6\, +\,1$ species of particles are allowed to move across a $2D$ triangular lattice. Among these species, $6$ of them carry an individual magnetic dipole moment and interact themselves not only as a result oflocal collisions, as in current Lattice Boltzmann models, but also as a result of nearest neighbours magnetic dipole-dipole interaction. The relative distribution of the individual magnetic moments is determined by the intensity of an external static magnetic field acting on the whole system. This model exhibits some relevant characteristics of real magnetic fluids, i.e., anisotropic structure formation as a result of magnetic field induced gas-liquid phase transition and magnetic field dependence of the sound velocity and the attenuation coefficient.
[ { "version": "v1", "created": "Fri, 5 May 1995 07:28:04 GMT" } ]
2008-02-03T00:00:00
[ [ "Sofonea", "Victor", "", "Research Center for Hydrodynamics, Cavitation and\n Magnetic Fluids Technical University of Timisoara Bd. Mihai Viteazul 1,\n R-1900 Timisoara, Romania" ] ]
comp-gas/9505003
Computational Physics
H. P. Fangi and L. Y. Cao (Institute of Theoretical Physics, Beijing, 100080, China)
Predicting and characterizing data sequences from structure-variable systems
6 pages, figures can be obtained from the first author, will appear in Phys. Rev. E, Present address: Department of Physics, Fudan University, Shanghai, 200433, China (for Fangi)
null
null
null
comp-gas nlin.CG
null
In principle, all the natural systems such as biological, ecological and economical systems are structure-variable systems (in which some environment parameters are not fixed). In this Letter we show that data sequences from many structure-variable systems are short-term predictable. We also argue how to characterize the data sequences from structure-variable systems.
[ { "version": "v1", "created": "Thu, 1 Jun 1995 16:04:05 GMT" } ]
2008-02-03T00:00:00
[ [ "Fangi", "H. P.", "", "Institute of Theoretical Physics, Beijing,\n 100080, China" ], [ "Cao", "L. Y.", "", "Institute of Theoretical Physics, Beijing,\n 100080, China" ] ]
comp-gas/9508001
Qisu Zou
Qisu Zou (Theoretical Division, Los Alamos National Lab, Dept. of Math., Kansas State University) and Xiaoyi He (Center for Nonlinear Studies and Theoretical Biology and Biophysics Group, Los Alamos National Lab)
On pressure and velocity flow boundary conditions for the lattice Boltzmann BGK model
16 pages, four figures are submitted using `figure'
null
null
Los Alamos preprint, LA-UR-95-2708
comp-gas nlin.CG
null
Pressure (density) and velocity boundary conditions inside a flow domain are studied for 2-D and 3-D lattice Boltzmann BGK models (LBGK) and new method to specify these conditions are proposed. These conditions are consistent with the boundary condition we proposed in a previous paper using an idea of bounce-back of non-equilibrium distribution. These conditions give excellent results for the regular LBGK models, and were shown to be second-order accurate by numerical examples. When they are used together with the improved incompressible LBGK model proposed by zou et al. the simulation results recover the analytical solution of the plane Poiseuille flow driven by pressure (density) difference with machine accuracy.
[ { "version": "v1", "created": "Tue, 8 Aug 1995 18:29:31 GMT" } ]
2008-02-03T00:00:00
[ [ "Zou", "Qisu", "", "Theoretical Division, Los Alamos National Lab, Dept. of\n Math., Kansas State University" ], [ "He", "Xiaoyi", "", "Center for Nonlinear Studies\n and Theoretical Biology and Biophysics Group, Los Alamos National Lab" ] ]
comp-gas/9509002
Sello Dmp
S. Sello (Cise-Innovative Technologies, Milan Italy)
Detecting Nonlinearity in Pressure Data Inside the Draft Tube of a Real Francis Turbine
uuencoded compressed postscript file, 12 pages paper with included figures. (source file: 4.9 Mb)
null
null
null
comp-gas nlin.CG
null
A general method for testing nonlinearity in time series is described and applied to measurements of different pressure data inside the draft tube surge of a real Francis turbine. Comparing the current original time series to an ensemble of surrogates time series, suitably constructed to mimic the linear properties of the original one, we was able to distinguish a linear stochastic from a nonlinear deterministic behaviour and, moreover, to quantify the degree of nonlinearity present in the related dynamics. The problem of detecting nonlinear structure in real data is quite complicated by the influence of various contaminations, like broadband noise and/or long coherence times. These difficulties have been overcame using the combination of a suitable nonlinear filtering technique and a qualitative redundancy statistic analysis. The above investigations allow a quantitative characterization of different dynamical regimes of motion of gas cavities inside real turbines and, moreover, allow to support the reliability of some related mathematical modelizations.
[ { "version": "v1", "created": "Mon, 11 Sep 1995 11:02:43 GMT" } ]
2008-02-03T00:00:00
[ [ "Sello", "S.", "", "Cise-Innovative Technologies, Milan Italy" ] ]
comp-gas/9509003
Jens Timmer
J. Timmer (University of Freiburg, Germany)
On Surrogate Data Testing for Linearity based on the Periodogram
Latex, 19 pages, 3 tarred, compressed and uuencoded eps figures, submitted to Physica D
null
null
FDM 13/95
comp-gas nlin.CG
null
The method of surrogate data is a tool to test whether data were generated by some class of model. Tests based on the periodogram have been proposed to decide if linear systems driven by Gaussian noise could have generated a sample time series. We show that this procedure based on the periodogram, in general, misspecifies the test statistic. Based on the theory of linear systems we suggest an alternative procedure to obtain the correct distribution of the test statistic and discuss problems of this approach.
[ { "version": "v1", "created": "Mon, 11 Sep 1995 16:31:00 GMT" } ]
2008-02-03T00:00:00
[ [ "Timmer", "J.", "", "University of Freiburg, Germany" ] ]
comp-gas/9509004
Li Ka No Clara
H. P. Fang (Department of Physics, Fudan University, Shanghai, China)
The developing structure of dynamical systems
6 pages, submitted to Phys. Rev. Lett., Figures can be obtained from the Author. email address from Nov. 26, 1995: [email protected] with a subject "to FANG"
null
null
null
comp-gas nlin.CG
null
In order to investigate the evolutionary process of many deterministic Dynamical systems with unfixed parameter, a set of dynamical models with parameter changing continuously and the accumulation of this change might be large is introduced and discussed. The boundary crises and the period-doubling bifurcations are found suppressed and scaling properties for these phenomena are exploited. Due to this suppression, the period-doubling bifurcations seem no longer continuous. We further discuss the possible applications of these models.
[ { "version": "v1", "created": "Sun, 17 Sep 1995 09:27:36 GMT" }, { "version": "v2", "created": "Mon, 18 Sep 1995 08:47:56 GMT" } ]
2008-02-03T00:00:00
[ [ "Fang", "H. P.", "", "Department of Physics, Fudan University, Shanghai, China" ] ]
comp-gas/9509005
Geza Odor
G. Odor, F.Rohrbach, G. Vesztergombi, G. Varga, F. Tatrai
Parallel Algorithms on the ASTRA SIMD Machine
8 pages latex + 1 eps figure included, mprocl.sty included, To appear in conference proceedings of CHEP-95 (Rio)
null
null
null
comp-gas nlin.CG
null
In view of the tremendous computing power jump of modern RISC processors the interest in parallel computing seems to be thinning out. Why use a complicated system of parallel processors, if the problem can be solved by a single powerful micro-chip? It is a general law, however, that exponential growth will always end by some kind of a saturation, and then parallelism will again become a hot topic. We try to prepare ourselves for this eventuality. The MPPC project started in 1990 in the heydeys of parallelism and produced four ASTRA machines (presented at CHEP'92) with 4k processors (which are expandable to 16k) based on `yesterday's chip-technology' (chip presented at CHEP'91). These machines now provide excellent test-beds for algorithmic developments in a complete, real environment. We are developing for example fast-pattern recognition algorithms which could be used in high-energy physics experiments at the LHC (planned to be operational after 2004 at CERN) for triggering and data reduction. The basic feature of our ASP (Associative String Processor) approach is to use extremely simple (thus very cheap) processor elements but in huge quantities (up to millions of processors) connected together by a very simple string-like communication chain. In this paper we present powerful algorithms based on this architecture indicating the performance perspectives if the hardware (i.e. chip fabrication) quality reaches `present or even future technology levels'.
[ { "version": "v1", "created": "Wed, 4 Oct 1995 12:32:17 GMT" }, { "version": "v2", "created": "Thu, 5 Oct 1995 14:19:05 GMT" }, { "version": "v3", "created": "Fri, 6 Oct 1995 08:49:14 GMT" } ]
2008-02-03T00:00:00
[ [ "Odor", "G.", "" ], [ "Rohrbach", "F.", "" ], [ "Vesztergombi", "G.", "" ], [ "Varga", "G.", "" ], [ "Tatrai", "F.", "" ] ]
comp-gas/9511002
David Wolf
David Wolf (Los Alamos, University of Texas)
Mutual Information as a Bayesian Measure of Independence
null
null
null
null
comp-gas nlin.CG
null
The problem of hypothesis testing is examined from both the historical and Bayesian points of view in the case that sampling is from an underlying joint probability distribution and the hypotheses tested for are those of independence and dependence of the underlying distribution. Exact results for the Bayesian method are provided. Asymptotic Bayesian results and historical method test quantities are compared, and historical method quantities are interpreted in terms of clearly defined Bayesian quantities. The asymptotic Bayesian test relies upon a statistic that is primarily mutual information.
[ { "version": "v1", "created": "Mon, 6 Nov 1995 11:34:38 GMT" } ]
2008-02-03T00:00:00
[ [ "Wolf", "David", "", "Los Alamos, University of Texas" ] ]
comp-gas/9511003
Balasubramanya T. Nadiga
B. T. Nadiga (IGPP, Los Alamos National Lab), S. Zaleski (Laboratoire de Mod\'elisation en M\'ecanique, URA 229 CNRS, Univ. P. et M. Curie, France)
Investigations of a Two-Phase Fluid Model
Self unpacking uuencoded and compressed postscript file (423928 bytes). Includes 6 figures
null
null
LA-UR-95-1729
comp-gas nlin.CG
null
We study an interface-capturing two-phase fluid model in which the interfacial tension is modelled as a volumetric stress. Since these stresses are obtainable from a Van der Waals-Cahn-Hilliard free energy, the model is, to a certain degree, thermodynamically realistic. Thermal fluctuations are not considered presently for reasons of simplicity. The utility of the model lies in its momentum-conservative representation of surface tension and the simplicity of its numerical implementation resulting from the volumetric modelling of the interfacial dynamics. After validation of the model in two spatial dimensions, two prototypical applications---instability of an initially high-Reynolds-number liquid jet in the gaseous phase and spinodal decomposition in a liquid-gas system--- are presented.
[ { "version": "v1", "created": "Fri, 1 Dec 1995 01:18:33 GMT" } ]
2008-02-03T00:00:00
[ [ "Nadiga", "B. T.", "", "IGPP, Los Alamos National Lab" ], [ "Zaleski", "S.", "", "Laboratoire\n de Modélisation en Mécanique, URA 229 CNRS, Univ. P. et M. Curie, France" ] ]
comp-gas/9601001
Leonid V. Krasichkov
A.A.Kipchatov and L.V.Krasichkov (College of Applied Science, Saratov State University, Saratov, Russia)
Generating high-dimensional chaotic signals by the sum
11 pages uuencoded compressed PostScript file (176K) with 4 figures
null
null
null
comp-gas nlin.CG
null
The method of generating of high-dimensional oscillations on the basis of summing of low-dimensional chaotic signals of noncoupled dynamical systems is investigated. It is shown that the correlation dimension of attractor reconstructed from such oscillations is equal to the sum of dimensions of the original signals. The possibilities for obtaining of homogeneous high-dimensional chaotic attractor are numerically demonstrated with the original signals of R{\"{o}}ssler system.
[ { "version": "v1", "created": "Thu, 11 Jan 1996 14:51:01 GMT" } ]
2008-02-03T00:00:00
[ [ "Kipchatov", "A. A.", "", "College of Applied Science, Saratov\n State University, Saratov, Russia" ], [ "Krasichkov", "L. V.", "", "College of Applied Science, Saratov\n State University, Saratov, Russia" ] ]
comp-gas/9605002
Stephane Zaleski
G. Chen, C. Kharif (IRPHE Luminy, France), S. Zaleski and J. Li (LMM, Univ. Paris 6, France)
Two-Dimensional Navier-Stokes Simulation of Breaking Waves
10 pages and 3 postscript figures. Animation available at http://www.lmm.jussieu.fr/Animations.html . Full resolution .gif figures available at http://www.lmm.jussieu.fr/~zaleski/Waves/
null
null
null
comp-gas nlin.CG
null
Numerical simulations describing plunging breakers including the splash-up phenomenon are presented. The motion is governed by the classical, incompressible, two-dimensional Navier-Stokes equation. The numerical modelling of this two-phase flow is based on a piecewise linear version of the volume of fluid method. Preliminary results concerning the time evolution of the liquid-gas interface and the vorticity field are given for short waves, showing how an initial steep wave undergoes breaking and successive splash-up cycles.
[ { "version": "v1", "created": "Thu, 23 May 1996 17:18:20 GMT" } ]
2008-02-03T00:00:00
[ [ "Chen", "G.", "", "IRPHE Luminy, France" ], [ "Kharif", "C.", "", "IRPHE Luminy, France" ], [ "Zaleski", "S.", "", "LMM,\n Univ. Paris 6, France" ], [ "Li", "J.", "", "LMM,\n Univ. Paris 6, France" ] ]
comp-gas/9609003
Sauro Succi
S. Succi(1), G. Bella(2), F. Papetti(3) ((1) Istituto Applicazioni Calcolo Roma, Italy (2) Dip. Ingegneria Meccanica Roma, Italy (3) IBM STSS Roma, Italy)
Lattice kinetic theory for numerical combustion
null
null
null
null
comp-gas nlin.CG
null
A simple extension of the Lattice Boltzmann equation is proposed, which permits to handle reactive flow dynamics in the limit of fast chemistry at virtually no extra-cost with respect to the purely hydrodynamic scheme.
[ { "version": "v1", "created": "Fri, 20 Sep 1996 09:00:49 GMT" } ]
2008-02-03T00:00:00
[ [ "Succi", "S.", "" ], [ "Bella", "G.", "" ], [ "Papetti", "F.", "" ] ]
comp-gas/9611002
T. Dudok de Wit
T. Dudok de Wit
Data Analysis Techniques for Resolving Nonlinear Processes in Plasmas : a Review
15 pages including 1 figure in postscript
The URSI Review on Radio Science 1993-1995, R.E. Stone (ed.), Oxford University Press, Oxford, 1996
null
CPT-96/P.3369
comp-gas nlin.CG
null
The growing need for a better understanding of nonlinear processes in plasma physics has in the last decades stimulated the development of new and more advanced data analysis techniques. This review lists some of the basic properties one may wish to infer from a data set and then presents appropriate analysis techniques with some recent applications. The emphasis is put on the investigation of nonlinear wave phenomena and turbulence in space plasmas.
[ { "version": "v1", "created": "Fri, 22 Nov 1996 19:15:19 GMT" } ]
2008-02-03T00:00:00
[ [ "de Wit", "T. Dudok", "" ] ]
comp-gas/9704001
Cristopher Moore
Cristopher Moore and Mats G. Nordahl
Lattice Gas Prediction is P-complete
10 pages with figures
null
null
Santa Fe Institute Working Paper 97-04-034
comp-gas nlin.CG
null
We show that predicting the HPP or FHP III lattice gas for finite time is equivalent to calculating the output of an arbitrary Boolean circuit, and is therefore P-complete: that is, it is just as hard as any other problem solvable by a serial computer in polynomial time. It is widely believed in computer science that there are inherently sequential problems, for which parallel processing gives no significant speedup. Unless this is false, it is impossible even with highly parallel processing to predict lattice gases much faster than by explicit simulation. More precisely, we cannot predict t time-steps of a lattice gas in parallel computation time O(log^k t) for any k, or O(t^\alpha) for \alpha < 1/2, unless the class P is equal to the class NC or SP respectively.
[ { "version": "v1", "created": "Thu, 17 Apr 1997 22:21:38 GMT" } ]
2008-02-03T00:00:00
[ [ "Moore", "Cristopher", "" ], [ "Nordahl", "Mats G.", "" ] ]
comp-gas/9707001
Dr. D. R. Kulkarni
D. R. Kulkarni, A.S. Pandya and J. C. Parikh (PRL, Ahmedabad, India)
Dynamic Predictions from Time Series Data- An Artificial Neural Network Approach
31 pages, 18 Figures included. Submitted to Phys. Rev. E
null
null
null
comp-gas nlin.CG
null
A hybrid approach, incorporating concepts of nonlinear dynamics in artificial neural networks (ANN), is proposed to model time series generated by complex dynamic systems. We introduce well known features used in the study of dynamic systems - time delay $\tau$ and embedding dimension $d$ - for ANN modelling of time series. These features provide a theoretical basis for selecting the optimal size for the number of neurons in the input layer. The main outcome for the number of neurons in the input layer. The main outcome of the new approach for such problems is that to a large extent it defines the ANN architecture and leads to better predictions. We illustrate our method by considering computer generated periodic and chaotic time series. The ANN model developed gave excellent quality of fit for the training and test sets as well as for iterative dynamic predictions for future values of the two time series. Further, computer experiments were conducted by introducing Gaussian noise of various degrees in the two time series, to simulate real world effects. We find rather surprising results that upto a limit introduction of noise leads to a smaller network with good generalizing capability.
[ { "version": "v1", "created": "Fri, 27 Jun 1997 10:26:20 GMT" } ]
2008-02-03T00:00:00
[ [ "Kulkarni", "D. R.", "", "PRL, Ahmedabad, India" ], [ "Pandya", "A. S.", "", "PRL, Ahmedabad, India" ], [ "Parikh", "J. C.", "", "PRL, Ahmedabad, India" ] ]
cond-mat/9204010
James P. Sethna
James P. Sethna, Ming Huang
Meissner Effect and Constraints
Lectures Given at the Santa Fe Complexity Institute Summer School, 1991. Figures added
1991 Lectures in Complex Systems, eds. L. Nadel and D. Stein, SFI Studies in the Sciences of Complexity, Proc. Vol. XV, Addison Wesley, 1992, p. 267
null
null
cond-mat
null
We notice some beautiful geometrical defects found in liquid crystals, and explain them by imposing a constraint. We study the way constraints can occur, and introduce the concept of massive fields. We develop the theory of magnetic field expulsion in superconductors as an example. We notice strong analogies with the formation of grain boundaries in crystals, and realize that we do not understand crystals very deeply
[ { "version": "v1", "created": "Wed, 22 Apr 1992 14:31:14 GMT" }, { "version": "v2", "created": "Wed, 28 May 2003 02:50:23 GMT" } ]
2008-02-03T00:00:00
[ [ "Sethna", "James P.", "" ], [ "Huang", "Ming", "" ] ]
cond-mat/9204011
null
F.Colomo, A.G. Izergin, V. Korepin
Fredholm Determinant Representation for Correlation Functions in XXO Heisenberg Chain
40 PAGES
null
null
null
cond-mat
null
Space and time dependent temepreture correlation fucntions in the Hiesenberg XXO chain are evaluated in the magnetic field. The other name of the model is isotropic xy model in the transverse magnetic field. In the thermodynamic limit correlations in the model are represented as Fredhom determinanat. We expect this to to solve the problem of evaluation of asymptotics of temperature correlations.
[ { "version": "v1", "created": "Wed, 22 Apr 1992 22:27:20 GMT" }, { "version": "v2", "created": "Wed, 15 Jul 1992 17:55:42 GMT" } ]
2008-02-03T00:00:00
[ [ "Colomo", "F.", "" ], [ "Izergin", "A. G.", "" ], [ "Korepin", "V.", "" ] ]
cond-mat/9210006
null
Victor M. Yakovenko
Once again about interchain hopping
3 pages + 1 figure (appended), pure LaTeX
Pis'ma v ZhETF v.56, p.523 (1992); JETP Lett. 56, 510 (1992)
null
null
cond-mat
null
Renormalization group equations and a phase diagram are derived for a system of two chains with a single-electron hopping between chains in order to correct the results of a recent paper by F.~V.~Kusmartsev, A.~Luther, and A.~Nersesyan, Pis'ma v Zh.\ Exp.\ Teor.\ Fiz.\ {\bf 55}, 692 (1992) [JETP Lett.\ {\bf 55}, 724 (1992)].
[ { "version": "v1", "created": "Fri, 9 Oct 1992 16:51:33 GMT" }, { "version": "v2", "created": "Mon, 25 Jan 1993 20:56:52 GMT" } ]
2008-02-03T00:00:00
[ [ "Yakovenko", "Victor M.", "" ] ]
cond-mat/9302019
Alain Billoire
T. Bhattacharya, A. Billoire, R. Lacaze, and Th. Jolic{\oe}ur
Critical Behavior of the Antiferromagnetic Heisenberg Model on a Stacked Triangular Lattice
Latex file, 10 pages, 1 PostScript figure. Was posted with a wrong Title !!
J.Phys.I(France) 4 (1994) 181-186
10.1051/jp1:1994131
null
cond-mat
null
We estimate, using a large-scale Monte Carlo simulation, the critical exponents of the antiferromagnetic Heisenberg model on a stacked triangular lattice. We obtain the following estimates: $\gamma/\nu= 2.011 \pm .014 $, $\nu= .585 \pm .009 $. These results contradict a perturbative $2+\epsilon$ Renormalization Group calculation that points to Wilson-Fisher O(4) behaviour. While these results may be coherent with $4-\epsilon$ results from Landau-Ginzburg analysis, they show the existence of an unexpectedly rich structure of the Renormalization Group flow as a function of the dimensionality and the number of components of the order parameter.
[ { "version": "v1", "created": "Mon, 15 Feb 1993 11:14:20 GMT" }, { "version": "v2", "created": "Fri, 24 Sep 1993 16:38:00 GMT" }, { "version": "v3", "created": "Mon, 27 Sep 1993 19:20:00 GMT" } ]
2008-02-03T00:00:00
[ [ "Bhattacharya", "T.", "" ], [ "Billoire", "A.", "" ], [ "Lacaze", "R.", "" ], [ "Jolicœur", "Th.", "" ] ]
cond-mat/9303032
M. V. Sadovski
E.Z.Kuchinskii, M.V.Sadovskii
Impurities in "Odd-Pairing" Superconductors
6 pp.(revtex), two figures are available from the authors, IEF-LTF 1-93
JETP Letters 57 (1993) 515
null
null
cond-mat
null
We present the results of theoretical analysis of normal impurities effects in superconductors with the gap being an odd function of k-k_{F}. This model proposed by Mila and Abrahams leads to the possibility of pairing in the presence of arbitrarily strong short-range repulsion between electrons and may be applied to high-Tc oxides.However, we demonstrate that normal impurities lead to rather strong suppression of this type of pairing, which is actually stronger than in the case of magnetic impurities in traditional superconductors. Relative stability of high-Tc cuprates to disordering makes this model a rather unlikely candidate for the pairing mechanism in these systems.
[ { "version": "v1", "created": "Fri, 19 Mar 1993 10:42:17 GMT" }, { "version": "v2", "created": "Tue, 23 Mar 1993 11:17:43 GMT" } ]
2008-02-03T00:00:00
[ [ "Kuchinskii", "E. Z.", "" ], [ "Sadovskii", "M. V.", "" ] ]
cond-mat/9303039
Michael Karbach
K.-H. M\"utter
A New Approach to the Spin 1/2 Quantum Heisenberg Model
14pages (revtex), WU B 93-11
null
null
null
cond-mat
null
An evolution equation for the expectation values of the Boltzmann factor between monomer valence bond states is derived. It contains the whole information on the thermodynamical and magnetic properties of the spin $\frac{1}{2}$ quantum Heisenberg model. A new approximation scheme is proposed and studied in the thermodynamical limit.
[ { "version": "v1", "created": "Tue, 23 Mar 1993 09:26:10 GMT" }, { "version": "v2", "created": "Tue, 25 May 1993 09:13:08 GMT" } ]
2008-02-03T00:00:00
[ [ "Mütter", "K. -H.", "" ] ]
cond-mat/9305014
Phil Nelson
P. Nelson, T. Powers
Renormalization of Chiral Couplings in Tilted Bilayer Membranes
UPR--549T
null
null
null
cond-mat hep-th
null
We study the effects of chiral constituent molecules on the macroscopic shapes attained by lipid bilayer membranes. Such fluid membranes are beautiful examples of statistical ensembles of random shapes, sometimes coupled to in-plane order. We analyze them with methods of continuum elasticity theory, generalizing the well-known Canham-Helfrich model, and in particular incorporate the effects of thermal fluctuations. The condition that coordinate choice be immaterial greatly constrains the possible forms of the statistical weights in these systems, leading to very few independent couplings and hence physically simple models. Thermal fluctuations effectively reduce the chirality of a membrane at long scales, leading to an anomalous scaling relation for the radius of bilayer tubules and helices as a function of chirality. En route to this conclusion we develop a perturbative calculation scheme, paying particular attention to the functional measure needed to describe fluctuations covariantly. %% [In the new version some TeX problems are fixed. This file was prepared with uufiles. To print it, clip out everything after the line of #'s below and put it in an executable file. If your mailer puts a spurious blank line at the end of part one, be sure to kill it. Then execute it to create a TeX file and four .eps files. The latter will be automatically included using epsf.tex. If this doesn't work, please contact the authors.]
[ { "version": "v1", "created": "Fri, 14 May 1993 21:51:53 GMT" }, { "version": "v2", "created": "Tue, 18 May 1993 16:54:32 GMT" } ]
2008-02-03T00:00:00
[ [ "Nelson", "P.", "" ], [ "Powers", "T.", "" ] ]
cond-mat/9306002
null
A.H. Castro Neto and A.O. Caldeira
On Quantum Scattering of a System with Internal Degrees of Freedom
11 pages, RevteX, ITP preprint (NEW VERSION)
null
null
null
cond-mat hep-th nucl-th
null
We study the quantum tunnelling of a very complex object of which only part is coupled to an external potential ( the potential barrier ). We treat this problem as the tunnelling of a particle (part of the system affected by the potential) coupled to a ``heat bath" ( all of the remaining degrees of freedom ) from the point of view of the wavefunction of the whole system. We obtain an effective scattering equation for this wavefunction which resembles the integral equation for the wavefunction of the particle in the absence of the bath. We show that the effect of the interaction is to renormalize the mass and the potential of the problem and that these new parameters can be solely described in terms of the spectral function of the excitations of the system.
[ { "version": "v1", "created": "Tue, 1 Jun 1993 20:52:02 GMT" }, { "version": "v2", "created": "Tue, 1 Nov 1994 06:54:12 GMT" } ]
2008-02-03T00:00:00
[ [ "Neto", "A. H. Castro", "" ], [ "Caldeira", "A. O.", "" ] ]
cond-mat/9306046
Mike Norman
M. R. Norman
Odd Parity Superconductivity in Heavy Fermion UPd_2Al_3
null
null
null
null
cond-mat
null
The simple argument given in the previous version "that almost certainly restricts heavy fermion UPd_2Al_3 to be an odd parity superconductor with a single component order parameter" is not correct.
[ { "version": "v1", "created": "Mon, 21 Jun 1993 19:38:28 GMT" }, { "version": "v2", "created": "Wed, 23 Jun 1993 14:31:15 GMT" } ]
2008-02-03T00:00:00
[ [ "Norman", "M. R.", "" ] ]