id
stringlengths 9
16
| submitter
stringlengths 1
64
⌀ | authors
stringlengths 3
62.8k
| title
stringlengths 1
382
| comments
stringlengths 1
1.15k
⌀ | journal-ref
stringlengths 1
557
⌀ | doi
stringlengths 7
153
⌀ | report-no
stringlengths 1
509
⌀ | categories
stringlengths 5
125
| license
stringclasses 9
values | abstract
stringlengths 6
6.09k
| versions
listlengths 1
187
| update_date
timestamp[s]date 2007-05-23 00:00:00
2025-06-27 00:00:00
| authors_parsed
sequencelengths 1
2.83k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cmp-lg/9806008 | null | Byeongchang Kim, WonIl Lee, Geunbae Lee and Jong-Hyeok Lee (POSTECH,
Korea) | Unlimited Vocabulary Grapheme to Phoneme Conversion for Korean TTS | 5 pages, uses colacl.sty and acl.bst, uses epsfig. To appear in the
Proceedings of the Joint 17th International Conference on Computational
Linguistics 36th Annual Meeting of the Association for Computational
Linguistics (COLING-ACL'98) | null | null | null | cmp-lg cs.CL | null | This paper describes a grapheme-to-phoneme conversion method using phoneme
connectivity and CCV conversion rules. The method consists of mainly four
modules including morpheme normalization, phrase-break detection, morpheme to
phoneme conversion and phoneme connectivity check.
The morpheme normalization is to replace non-Korean symbols into standard
Korean graphemes. The phrase-break detector assigns phrase breaks using
part-of-speech (POS) information. In the morpheme-to-phoneme conversion module,
each morpheme in the phrase is converted into phonetic patterns by looking up
the morpheme phonetic pattern dictionary which contains candidate phonological
changes in boundaries of the morphemes. Graphemes within a morpheme are grouped
into CCV patterns and converted into phonemes by the CCV conversion rules. The
phoneme connectivity table supports grammaticality checking of the adjacent two
phonetic morphemes.
In the experiments with a corpus of 4,973 sentences, we achieved 99.9% of the
grapheme-to-phoneme conversion performance and 97.5% of the sentence conversion
performance. The full Korean TTS system is now being implemented using this
conversion method.
| [
{
"version": "v1",
"created": "Wed, 10 Jun 1998 13:23:54 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kim",
"Byeongchang",
"",
"POSTECH,\n Korea"
],
[
"Lee",
"WonIl",
"",
"POSTECH,\n Korea"
],
[
"Lee",
"Geunbae",
"",
"POSTECH,\n Korea"
],
[
"Lee",
"Jong-Hyeok",
"",
"POSTECH,\n Korea"
]
] |
cmp-lg/9806009 | Gerard Escudero Bakx | Laura Benitez, Sergi Cervell, Gerard Escudero, Monica Lopez, German
Rigau & Mariona Taule (Natural Language Processing Group of Universitat
Politecnica de Catalunya and Universitat de Barcelona) | Methods and Tools for Building the Catalan WordNet | 5 pages, postscript file. In workshop Language Resources for European
Minority Languages at LREC'98 | null | null | null | cmp-lg cs.CL | null | In this paper we introduce the methodology used and the basic phases we
followed to develop the Catalan WordNet, and shich lexical resources have been
employed in its building. This methodology, as well as the tools we made use
of, have been thought in a general way so that they could be applied to any
other language.
| [
{
"version": "v1",
"created": "Thu, 11 Jun 1998 11:05:19 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Benitez",
"Laura",
"",
"Natural Language Processing Group of Universitat\n Politecnica de Catalunya and Universitat de Barcelona"
],
[
"Cervell",
"Sergi",
"",
"Natural Language Processing Group of Universitat\n Politecnica de Catalunya and Universitat de Barcelona"
],
[
"Escudero",
"Gerard",
"",
"Natural Language Processing Group of Universitat\n Politecnica de Catalunya and Universitat de Barcelona"
],
[
"Lopez",
"Monica",
"",
"Natural Language Processing Group of Universitat\n Politecnica de Catalunya and Universitat de Barcelona"
],
[
"Rigau",
"German",
"",
"Natural Language Processing Group of Universitat\n Politecnica de Catalunya and Universitat de Barcelona"
],
[
"Taule",
"Mariona",
"",
"Natural Language Processing Group of Universitat\n Politecnica de Catalunya and Universitat de Barcelona"
]
] |
cmp-lg/9806010 | Eneko Agirre | E. Agirre, K. Gojenola, and K. Sarasola | Towards a single proposal is spelling correction | null | null | null | null | cmp-lg cs.CL | null | The study presented here relies on the integrated use of different kinds of
knowledge in order to improve first-guess accuracy in non-word
context-sensitive correction for general unrestricted texts. State of the art
spelling correction systems, e.g. ispell, apart from detecting spelling errors,
also assist the user by offering a set of candidate corrections that are close
to the misspelled word. Based on the correction proposals of ispell, we built
several guessers, which were combined in different ways. Firstly, we evaluated
all possibilities and selected the best ones in a corpus with artificially
generated typing errors. Secondly, the best combinations were tested on texts
with genuine spelling errors. The results for the latter suggest that we can
expect automatic non-word correction for all the errors in a free running text
with 80% precision and a single proposal 98% of the times (1.02 proposals on
average).
| [
{
"version": "v1",
"created": "Mon, 15 Jun 1998 19:38:11 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Agirre",
"E.",
""
],
[
"Gojenola",
"K.",
""
],
[
"Sarasola",
"K.",
""
]
] |
cmp-lg/9806011 | Yuval Krymolowski | Shlomo Argamon, Ido Dagan, Yuval Krymolowski | A Memory-Based Approach to Learning Shallow Natural Language Patterns | 27 pages. This is a revised and extended version of the paper
presented in COLING-ACL '98. To appear in Journal of Experimental and
Theoretical AI (JETAI) special issue on memory-based learning | null | null | null | cmp-lg cs.CL | null | Recognizing shallow linguistic patterns, such as basic syntactic
relationships between words, is a common task in applied natural language and
text processing. The common practice for approaching this task is by tedious
manual definition of possible pattern structures, often in the form of regular
expressions or finite automata. This paper presents a novel memory-based
learning method that recognizes shallow patterns in new text based on a
bracketed training corpus. The training data are stored as-is, in efficient
suffix-tree data structures. Generalization is performed on-line at recognition
time by comparing subsequences of the new text to positive and negative
evidence in the corpus. This way, no information in the training is lost, as
can happen in other learning systems that construct a single generalized model
at the time of training. The paper presents experimental results for
recognizing noun phrase, subject-verb and verb-object patterns in English.
Since the learning approach enables easy porting to new domains, we plan to
apply it to syntactic patterns in other languages and to sub-language patterns
for information extraction.
| [
{
"version": "v1",
"created": "Tue, 16 Jun 1998 11:17:41 GMT"
},
{
"version": "v2",
"created": "Tue, 18 Aug 1998 20:19:57 GMT"
},
{
"version": "v3",
"created": "Thu, 15 Apr 1999 13:03:59 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Argamon",
"Shlomo",
""
],
[
"Dagan",
"Ido",
""
],
[
"Krymolowski",
"Yuval",
""
]
] |
cmp-lg/9806012 | Judy Hochberg | Judith Hochberg, Clint Scovel, Timothy Thomas, Sam Hall | Bayesian Stratified Sampling to Assess Corpus Utility | 8 pages, 5 figures. To appear in Proceedings of WVLC-6 | null | null | 98-1922 | cmp-lg cs.CL | null | This paper describes a method for asking statistical questions about a large
text corpus. We exemplify the method by addressing the question, "What
percentage of Federal Register documents are real documents, of possible
interest to a text researcher or analyst?" We estimate an answer to this
question by evaluating 200 documents selected from a corpus of 45,820 Federal
Register documents. Stratified sampling is used to reduce the sampling
uncertainty of the estimate from over 3100 documents to fewer than 1000. The
stratification is based on observed characteristics of real documents, while
the sampling procedure incorporates a Bayesian version of Neyman allocation. A
possible application of the method is to establish baseline statistics used to
estimate recall rates for information retrieval systems.
| [
{
"version": "v1",
"created": "Fri, 19 Jun 1998 20:58:37 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Hochberg",
"Judith",
""
],
[
"Scovel",
"Clint",
""
],
[
"Thomas",
"Timothy",
""
],
[
"Hall",
"Sam",
""
]
] |
cmp-lg/9806013 | John Carroll | John Carroll, Guido Minnen (University of Sussex), Ted Briscoe
(Cambridge University) | Can Subcategorisation Probabilities Help a Statistical Parser? | 9 pages, uses colacl.sty | 6th Workshop on Very Large Corpora, Montreal, Canada, 1998 | null | null | cmp-lg cs.CL | null | Research into the automatic acquisition of lexical information from corpora
is starting to produce large-scale computational lexicons containing data on
the relative frequencies of subcategorisation alternatives for individual
verbal predicates. However, the empirical question of whether this type of
frequency information can in practice improve the accuracy of a statistical
parser has not yet been answered. In this paper we describe an experiment with
a wide-coverage statistical grammar and parser for English and
subcategorisation frequencies acquired from ten million words of text which
shows that this information can significantly improve parse accuracy.
| [
{
"version": "v1",
"created": "Sun, 21 Jun 1998 05:35:53 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Carroll",
"John",
"",
"University of Sussex"
],
[
"Minnen",
"Guido",
"",
"University of Sussex"
],
[
"Briscoe",
"Ted",
"",
"Cambridge University"
]
] |
cmp-lg/9806014 | Mark Stevenson | Yorick Wilks and Mark Stevenson | Word Sense Disambiguation using Optimised Combinations of Knowledge
Sources | 7 pages, uses colacl.sty. To appear in the Proceedings of COLING-ACL
'98 | null | null | null | cmp-lg cs.CL | null | Word sense disambiguation algorithms, with few exceptions, have made use of
only one lexical knowledge source. We describe a system which performs
unrestricted word sense disambiguation (on all content words in free text) by
combining different knowledge sources: semantic preferences, dictionary
definitions and subject/domain codes along with part-of-speech tags. The
usefulness of these sources is optimised by means of a learning algorithm. We
also describe the creation of a new sense tagged corpus by combining existing
resources. Tested accuracy of our approach on this corpus exceeds 92%,
demonstrating the viability of all-word disambiguation rather than restricting
oneself to a small sample.
| [
{
"version": "v1",
"created": "Mon, 22 Jun 1998 16:20:22 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Wilks",
"Yorick",
""
],
[
"Stevenson",
"Mark",
""
]
] |
cmp-lg/9806015 | Gerard Escudero Bakx | German Rigau & Horacio Rodriguez (Departament de LSI, Universitat
Politecnica de Catalunya) & Eneko Agirre (Lengoia eta Informatikoak saila,
Euskal Erriko Universitatea) | Building Accurate Semantic Taxonomies from Monolingual MRDs | 7 pages, postscript file. In COLIN-ACL'98 | null | null | null | cmp-lg cs.CL | null | This paper presents a method that combines a set of unsupervised algorithms
in order to accurately build large taxonomies from any machine-readable
dictionary (MRD). Our aim is to profit from conventional MRDs, with no explicit
semantic coding. We propose a system that 1) performs fully automatic exraction
of taxonomic links from MRD entries and 2) ranks the extracted relations in a
way that selective manual refinement is allowed. Tested accuracy can reach
around 100% depending on the degree of coverage selected, showing that taxonomy
building is not limited to structured dictionaries such as LDOCE.
| [
{
"version": "v1",
"created": "Tue, 23 Jun 1998 15:41:13 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Rigau",
"German",
"",
"Departament de LSI, Universitat\n Politecnica de Catalunya"
],
[
"Rodriguez",
"Horacio",
"",
"Departament de LSI, Universitat\n Politecnica de Catalunya"
],
[
"Agirre",
"Eneko",
"",
"Lengoia eta Informatikoak saila,\n Euskal Erriko Universitatea"
]
] |
cmp-lg/9806016 | Gerard Escudero Bakx | Xavier Farreres, German Rigau & Horacio Rodriguez (Departament de
Llenguatges i Sistemes Informatics of the Universitat Politecnica de
Catalunya) | Using WordNet for Building WordNets | 8 pages, postscript file. In workshop on Usage of WordNet in NLP | null | null | null | cmp-lg cs.CL | null | This paper summarises a set of methodologies and techniques for the fast
construction of multilingual WordNets. The English WordNet is used in this
approach as a backbone for Catalan and Spanish WordNets and as a lexical
knowledge resource for several subtasks.
| [
{
"version": "v1",
"created": "Tue, 23 Jun 1998 17:26:41 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Farreres",
"Xavier",
"",
"Departament de\n Llenguatges i Sistemes Informatics of the Universitat Politecnica de\n Catalunya"
],
[
"Rigau",
"German",
"",
"Departament de\n Llenguatges i Sistemes Informatics of the Universitat Politecnica de\n Catalunya"
],
[
"Rodriguez",
"Horacio",
"",
"Departament de\n Llenguatges i Sistemes Informatics of the Universitat Politecnica de\n Catalunya"
]
] |
cmp-lg/9806017 | Bonnie Webber | Bonnie Lynn Webber, Aravind K. Joshi (University of Pennsylvania) | Anchoring a Lexicalized Tree-Adjoining Grammar for Discourse | 7 pages, uses aclcol.sty | Proceedings of COLING-ACL'98 Workshop on Discourse Relations and
Discourse Markers. (Reproduced with permission of the Universite de Montreal | null | null | cmp-lg cs.CL | null | We here explore a ``fully'' lexicalized Tree-Adjoining Grammar for discourse
that takes the basic elements of a (monologic) discourse to be not simply
clauses, but larger structures that are anchored on variously realized
discourse cues. This link with intra-sentential grammar suggests an account for
different patterns of discourse cues, while the different structures and
operations suggest three separate sources for elements of discourse meaning:
(1) a compositional semantics tied to the basic trees and operations; (2) a
presuppositional semantics carried by cue phrases that freely adjoin to trees;
and (3) general inference, that draws additional, defeasible conclusions that
flesh out what is conveyed compositionally.
| [
{
"version": "v1",
"created": "Wed, 24 Jun 1998 21:22:15 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Webber",
"Bonnie Lynn",
"",
"University of Pennsylvania"
],
[
"Joshi",
"Aravind K.",
"",
"University of Pennsylvania"
]
] |
cmp-lg/9806018 | Michael Strube | Michael Strube (IRCS, University of Pennsylvania) | Never Look Back: An Alternative to Centering | 7 pages, uses colacl.sty, epsfig.sty, times.sty, lingmacros.sty | Proceedings of COLING-ACL '98 | null | null | cmp-lg cs.CL | null | I propose a model for determining the hearer's attentional state which
depends solely on a list of salient discourse entities (S-list). The ordering
among the elements of the S-list covers also the function of the
backward-looking center in the centering model. The ranking criteria for the
S-list are based on the distinction between hearer-old and hearer-new discourse
entities and incorporate preferences for inter- and intra-sentential anaphora.
The model is the basis for an algorithm which operates incrementally, word by
word.
| [
{
"version": "v1",
"created": "Thu, 25 Jun 1998 17:31:47 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Strube",
"Michael",
"",
"IRCS, University of Pennsylvania"
]
] |
cmp-lg/9806019 | Pamela W. Jordan | Barbara Di Eugenio, Pamela W. Jordan, Johanna D. Moore and Richmond H.
Thomason (University of Pittsburgh) | An Empirical Investigation of Proposals in Collaborative Dialogues | 5 pages, colacl.sty, formulas.sty | Proceedings of COLING-ACL 1998 | null | null | cmp-lg cs.CL | null | We describe a corpus-based investigation of proposals in dialogue. First, we
describe our DRI compliant coding scheme and report our inter-coder reliability
results. Next, we test several hypotheses about what constitutes a well-formed
proposal.
| [
{
"version": "v1",
"created": "Thu, 25 Jun 1998 17:55:20 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Di Eugenio",
"Barbara",
"",
"University of Pittsburgh"
],
[
"Jordan",
"Pamela W.",
"",
"University of Pittsburgh"
],
[
"Moore",
"Johanna D.",
"",
"University of Pittsburgh"
],
[
"Thomason",
"Richmond H.",
"",
"University of Pittsburgh"
]
] |
cmp-lg/9806020 | Bonnie Webber | Matthew Stone, Bonnie Webber (University of Pennsylvania) | Textual Economy through Close Coupling of Syntax and Semantics | 10 pages, uses QobiTree.tex | Proceedings 1998 Int'l Workshop on Natural Language Generation,
Niagara-on-the-Lake, Canada, August 1998 | null | null | cmp-lg cs.CL | null | We focus on the production of efficient descriptions of objects, actions and
events. We define a type of efficiency, textual economy, that exploits the
hearer's recognition of inferential links to material elsewhere within a
sentence. Textual economy leads to efficient descriptions because the material
that supports such inferences has been included to satisfy independent
communicative goals, and is therefore overloaded in Pollack's sense. We argue
that achieving textual economy imposes strong requirements on the
representation and reasoning used in generating sentences. The representation
must support the generator's simultaneous consideration of syntax and
semantics. Reasoning must enable the generator to assess quickly and reliably
at any stage how the hearer will interpret the current sentence, with its
(incomplete) syntax and semantics. We show that these representational and
reasoning requirements are met in the SPUD system for sentence planning and
realization.
| [
{
"version": "v1",
"created": "Mon, 29 Jun 1998 16:54:17 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Stone",
"Matthew",
"",
"University of Pennsylvania"
],
[
"Webber",
"Bonnie",
"",
"University of Pennsylvania"
]
] |
cmp-lg/9807001 | Saliha Azzam | Saliha Azzam, Kevin Humphreys and Robert Gaizauskas (University of
Sheffield) | Evaluating a Focus-Based Approach to Anaphora Resolution | 5 pages, uses colacl.sty | Proceedings of COLING-ACL '98 | null | null | cmp-lg cs.CL | null | We present an approach to anaphora resolution based on a focusing algorithm,
and implemented within an existing MUC (Message Understanding Conference)
Information Extraction system, allowing quantitative evaluation against a
substantial corpus of annotated real-world texts. Extensions to the basic
focusing mechanism can be easily tested, resulting in refinements to the
mechanism and resolution rules. Results are compared with the results of a
simpler heuristic-based approach.
| [
{
"version": "v1",
"created": "Mon, 6 Jul 1998 17:28:35 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Azzam",
"Saliha",
"",
"University of\n Sheffield"
],
[
"Humphreys",
"Kevin",
"",
"University of\n Sheffield"
],
[
"Gaizauskas",
"Robert",
"",
"University of\n Sheffield"
]
] |
cmp-lg/9807002 | Min-Yen Kan | Judith L. Klavans (Center for Research on Information Access, Columbia
University), Min-Yen Kan (Computer Science, Columbia University) | The Role of Verbs in Document Analysis | 7 + 1 pages, US Letter, LaTeX (+2 eps figures). To appear in
Proceedings of the 17th International Conference on Computational Linguistics
(COLING-ACL '98). Tool license available at
http://www.cs.columbia.edu/nlp/licenses/verberLicenseDownload.html | Proceedings of the 17th International Conference on Computational
Linguistics (COLING-ACL '98), Montreal, Canada: Aug. 1998. pp. 680-686. | null | null | cmp-lg cs.CL | null | We present results of two methods for assessing the event profile of news
articles as a function of verb type. The unique contribution of this research
is the focus on the role of verbs, rather than nouns. Two algorithms are
presented and evaluated, one of which is shown to accurately discriminate
documents by type and semantic properties, i.e. the event profile. The initial
method, using WordNet (Miller et al. 1990), produced multiple
cross-classification of articles, primarily due to the bushy nature of the verb
tree coupled with the sense disambiguation problem. Our second approach using
English Verb Classes and Alternations (EVCA) Levin (1993) showed that
monosemous categorization of the frequent verbs in WSJ made it possible to
usefully discriminate documents. For example, our results show that articles in
which communication verbs predominate tend to be opinion pieces, whereas
articles with a high percentage of agreement verbs tend to be about mergers or
legal cases. An evaluation is performed on the results using Kendall's Tau. We
present convincing evidence for using verb semantic classes as a discriminant
in document classification.
| [
{
"version": "v1",
"created": "Mon, 13 Jul 1998 13:29:26 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Klavans",
"Judith L.",
"",
"Center for Research on Information Access, Columbia\n University"
],
[
"Kan",
"Min-Yen",
"",
"Computer Science, Columbia University"
]
] |
cmp-lg/9807003 | Daniel Hardt | Daniel Hardt | Centering in Dynamic Semantics | null | Proceedings of COLING 96, Copenhagen, Denmark | null | null | cmp-lg cs.CL | null | Centering theory posits a discourse center, a distinguished discourse entity
that is the topic of a discourse. A simplified version of this theory is
developed in a Dynamic Semantics framework. In the resulting system, the
mechanism of center shift allows a simple, elegant analysis of a variety of
phenomena involving sloppy identity in ellipsis and ``paycheck pronouns''.
| [
{
"version": "v1",
"created": "Tue, 14 Jul 1998 09:08:33 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Hardt",
"Daniel",
""
]
] |
cmp-lg/9807004 | Li Hang | Hang Li, Naoki Abe (NEC Corporation) | Word Clustering and Disambiguation Based on Co-occurrence Data | latex file, uses colacl.sty file and 4 eps files, to appear in Proc.
of COLING-ACL'98, 8 pages | null | null | null | cmp-lg cs.CL | null | We address the problem of clustering words (or constructing a thesaurus)
based on co-occurrence data, and using the acquired word classes to improve the
accuracy of syntactic disambiguation. We view this problem as that of
estimating a joint probability distribution specifying the joint probabilities
of word pairs, such as noun verb pairs. We propose an efficient algorithm based
on the Minimum Description Length (MDL) principle for estimating such a
probability distribution. Our method is a natural extension of those proposed
in (Brown et al 92) and (Li & Abe 96), and overcomes their drawbacks while
retaining their advantages. We then combined this clustering method with the
disambiguation method of (Li & Abe 95) to derive a disambiguation method that
makes use of both automatically constructed thesauruses and a hand-made
thesaurus. The overall disambiguation accuracy achieved by our method is 85.2%,
which compares favorably against the accuracy (82.4%) obtained by the
state-of-the-art disambiguation method of (Brill & Resnik 94).
| [
{
"version": "v1",
"created": "Fri, 17 Jul 1998 08:22:43 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Li",
"Hang",
"",
"NEC Corporation"
],
[
"Abe",
"Naoki",
"",
"NEC Corporation"
]
] |
cmp-lg/9807005 | Jean-Marie Larcheveque | John Larcheveque (INRIA) | Graph Interpolation Grammars as Context-Free Automata | null | null | null | RR-3456 | cmp-lg cs.CL | null | A derivation step in a Graph Interpolation Grammar has the effect of scanning
an input token. This feature, which aims at emulating the incrementality of the
natural parser, restricts the formal power of GIGs. This contrasts with the
fact that the derivation mechanism involves a context-sensitive device similar
to tree adjunction in TAGs. The combined effect of input-driven derivation and
restricted context-sensitiveness would be conceivably unfortunate if it turned
out that Graph Interpolation Languages did not subsume Context Free Languages
while being partially context-sensitive. This report sets about examining
relations between CFGs and GIGs, and shows that GILs are a proper superclass of
CFLs. It also brings out a strong equivalence between CFGs and GIGs for the
class of CFLs. Thus, it lays the basis for meaningfully investigating the
amount of context-sensitiveness supported by GIGs, but leaves this
investigation for further research.
| [
{
"version": "v1",
"created": "Fri, 17 Jul 1998 12:31:51 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Larcheveque",
"John",
"",
"INRIA"
]
] |
cmp-lg/9807006 | Thorsten Brants | Wojciech Skut and Thorsten Brants (Computational Linguistics,
Universitity of the Saarland, Germany) | A Maximum-Entropy Partial Parser for Unrestricted Text | 9 pages, LaTeX | null | null | null | cmp-lg cs.CL | null | This paper describes a partial parser that assigns syntactic structures to
sequences of part-of-speech tags. The program uses the maximum entropy
parameter estimation method, which allows a flexible combination of different
knowledge sources: the hierarchical structure, parts of speech and phrasal
categories. In effect, the parser goes beyond simple bracketing and recognises
even fairly complex structures. We give accuracy figures for different
applications of the parser.
| [
{
"version": "v1",
"created": "Fri, 17 Jul 1998 13:56:23 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Skut",
"Wojciech",
"",
"Computational Linguistics,\n Universitity of the Saarland, Germany"
],
[
"Brants",
"Thorsten",
"",
"Computational Linguistics,\n Universitity of the Saarland, Germany"
]
] |
cmp-lg/9807007 | Thorsten Brants | Wojciech Skut and Thorsten Brants (Computational Linguistics,
Universitity of the Saarland, Germany) | Chunk Tagger - Statistical Recognition of Noun Phrases | 7 pages, LaTeX | null | null | null | cmp-lg cs.CL | null | We describe a stochastic approach to partial parsing, i.e., the recognition
of syntactic structures of limited depth. The technique utilises Markov Models,
but goes beyond usual bracketing approaches, since it is capable of recognising
not only the boundaries, but also the internal structure and syntactic category
of simple as well as complex NP's, PP's, AP's and adverbials. We compare
tagging accuracy for different applications and encoding schemes.
| [
{
"version": "v1",
"created": "Fri, 17 Jul 1998 14:23:10 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Skut",
"Wojciech",
"",
"Computational Linguistics,\n Universitity of the Saarland, Germany"
],
[
"Brants",
"Thorsten",
"",
"Computational Linguistics,\n Universitity of the Saarland, Germany"
]
] |
cmp-lg/9807008 | Thorsten Brants | Wojciech Skut, Thorsten Brants, Brigitte Krenn, Hans Uszkoreit
(Computational Linguistics, Universitity of the Saarland, Germany) | A Linguistically Interpreted Corpus of German Newspaper Text | 7 pages, LaTeX | null | null | null | cmp-lg cs.CL | null | In this paper, we report on the development of an annotation scheme and
annotation tools for unrestricted German text. Our representation format is
based on argument structure, but also permits the extraction of other kinds of
representations. We discuss several methodological issues and the analysis of
some phenomena. Additional focus is on the tools developed in our project and
their applications.
| [
{
"version": "v1",
"created": "Fri, 17 Jul 1998 18:04:07 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Skut",
"Wojciech",
"",
"Computational Linguistics, Universitity of the Saarland, Germany"
],
[
"Brants",
"Thorsten",
"",
"Computational Linguistics, Universitity of the Saarland, Germany"
],
[
"Krenn",
"Brigitte",
"",
"Computational Linguistics, Universitity of the Saarland, Germany"
],
[
"Uszkoreit",
"Hans",
"",
"Computational Linguistics, Universitity of the Saarland, Germany"
]
] |
cmp-lg/9807009 | Norbert Broeker | Norbert Broeker (IMS, Stuttgart University) | A Projection Architecture for Dependency Grammar and How it Compares to
LFG | Proc. LFG'98 (Brisbane/AUS); LaTeX2e with html package | null | null | null | cmp-lg cs.CL | null | This paper explores commonalities and differences between \dachs, a variant
of Dependency Grammar, and Lexical-Functional Grammar. \dachs\ is based on
traditional linguistic insights, but on modern mathematical tools, aiming to
integrate different knowledge systems (from syntax and semantics) via their
coupling to an abstract syntactic primitive, the dependency relation. These
knowledge systems correspond rather closely to projections in LFG. We will
investigate commonalities arising from the usage of the projection approach in
both theories, and point out differences due to the incompatible linguistic
premises. The main difference to LFG lies in the motivation and status of the
dimensions, and the information coded there. We will argue that LFG confounds
different information in one projection, preventing it to achieve a good
separation of alternatives and calling the motivation of the projection into
question.
| [
{
"version": "v1",
"created": "Mon, 20 Jul 1998 15:34:57 GMT"
},
{
"version": "v2",
"created": "Fri, 24 Jul 1998 11:03:41 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Broeker",
"Norbert",
"",
"IMS, Stuttgart University"
]
] |
cmp-lg/9807010 | Davide Turcato | Davide Turcato (Simon Fraser University and TCC Communications,
Canada) | Automatically Creating Bilingual Lexicons for Machine Translation from
Bilingual Text | Latex file, uses colacl.sty file, 7 pages | Proceedings of COLING-ACL'98 | null | null | cmp-lg cs.CL | null | A method is presented for automatically augmenting the bilingual lexicon of
an existing Machine Translation system, by extracting bilingual entries from
aligned bilingual text. The proposed method only relies on the resources
already available in the MT system itself. It is based on the use of bilingual
lexical templates to match the terminal symbols in the parses of the aligned
sentences.
| [
{
"version": "v1",
"created": "Mon, 20 Jul 1998 22:34:56 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Turcato",
"Davide",
"",
"Simon Fraser University and TCC Communications,\n Canada"
]
] |
cmp-lg/9807011 | Adwait Ratnaparkhi | Adwait Ratnaparkhi (University of Pennsylvania) | Statistical Models for Unsupervised Prepositional Phrase Attachment | uses colacl.sty | Proceedings of the 17th International Conference on Computational
Linguistics (COLING-ACL '98) | null | null | cmp-lg cs.CL | null | We present several unsupervised statistical models for the prepositional
phrase attachment task that approach the accuracy of the best supervised
methods for this task. Our unsupervised approach uses a heuristic based on
attachment proximity and trains from raw text that is annotated with only
part-of-speech tags and morphological base forms, as opposed to attachment
information. It is therefore less resource-intensive and more portable than
previous corpus-based algorithms proposed for this task. We present results for
prepositional phrase attachment in both English and Spanish.
| [
{
"version": "v1",
"created": "Wed, 22 Jul 1998 22:05:04 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Ratnaparkhi",
"Adwait",
"",
"University of Pennsylvania"
]
] |
cmp-lg/9807013 | null | Hans van Halteren (University of Nijmegen), Jakub Zavrel, Walter
Daelemans (Tilburg University) | Improving Data Driven Wordclass Tagging by System Combination | 7 pages, LaTeX, uses acl.bst, colacl.sty | Proceedings of the 17th International Conference on Computational
Linguistics (COLING-ACL'98) | null | null | cmp-lg cs.CL | null | In this paper we examine how the differences in modelling between different
data driven systems performing the same NLP task can be exploited to yield a
higher accuracy than the best individual system. We do this by means of an
experiment involving the task of morpho-syntactic wordclass tagging. Four
well-known tagger generators (Hidden Markov Model, Memory-Based, Transformation
Rules and Maximum Entropy) are trained on the same corpus data. After
comparison, their outputs are combined using several voting strategies and
second stage classifiers. All combination taggers outperform their best
component, with the best combination showing a 19.1% lower error rate than the
best individual tagger.
| [
{
"version": "v1",
"created": "Fri, 31 Jul 1998 10:30:08 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"van Halteren",
"Hans",
"",
"University of Nijmegen"
],
[
"Zavrel",
"Jakub",
"",
"Tilburg University"
],
[
"Daelemans",
"Walter",
"",
"Tilburg University"
]
] |
cmp-lg/9808001 | Rebecca Hwa | Rebecca Hwa (Harvard University) | An Empirical Evaluation of Probabilistic Lexicalized Tree Insertion
Grammars | 10 pages, 6 encapsulated postscript figures and 2 latex figures, uses
colacl.sty | Proceedings of COLING-ACL'98 | null | TR-06-98 | cmp-lg cs.CL | null | We present an empirical study of the applicability of Probabilistic
Lexicalized Tree Insertion Grammars (PLTIG), a lexicalized counterpart to
Probabilistic Context-Free Grammars (PCFG), to problems in stochastic
natural-language processing. Comparing the performance of PLTIGs with
non-hierarchical N-gram models and PCFGs, we show that PLTIG combines the best
aspects of both, with language modeling capability comparable to N-grams, and
improved parsing performance over its non-lexicalized counterpart. Furthermore,
training of PLTIGs displays faster convergence than PCFGs.
| [
{
"version": "v1",
"created": "Tue, 4 Aug 1998 02:15:25 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Hwa",
"Rebecca",
"",
"Harvard University"
]
] |
cmp-lg/9808002 | Julio Gonzalo Arroyo | Julio Gonzalo, Felisa Verdejo, Irina Chugur and Juan Cigarran (UNED,
Spain) | Indexing with WordNet synsets can improve Text Retrieval | 7 pages, LaTeX2e, 3 eps figures, uses epsfig, colacl.sty | Proceedings of the COLING/ACL'98 Workshop on Usage of WordNet for
NLP, Montreal, 1998 | null | null | cmp-lg cs.CL | null | The classical, vector space model for text retrieval is shown to give better
results (up to 29% better in our experiments) if WordNet synsets are chosen as
the indexing space, instead of word forms. This result is obtained for a
manually disambiguated test collection (of queries and documents) derived from
the Semcor semantic concordance. The sensitivity of retrieval performance to
(automatic) disambiguation errors when indexing documents is also measured.
Finally, it is observed that if queries are not disambiguated, indexing by
synsets performs (at best) only as good as standard word indexing.
| [
{
"version": "v1",
"created": "Wed, 5 Aug 1998 14:13:08 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Gonzalo",
"Julio",
"",
"UNED,\n Spain"
],
[
"Verdejo",
"Felisa",
"",
"UNED,\n Spain"
],
[
"Chugur",
"Irina",
"",
"UNED,\n Spain"
],
[
"Cigarran",
"Juan",
"",
"UNED,\n Spain"
]
] |
cmp-lg/9808003 | Philip Resnik | Philip Resnik (University of Maryland) | Parallel Strands: A Preliminary Investigation into Mining the Web for
Bilingual Text | LaTeX2e, 11 pages, 7 eps figures; uses psfig, llncs.cls, theapa.sty.
An Appendix at http://umiacs.umd.edu/~resnik/amta98/amta98_appendix.html
contains test data | Proceedings of AMTA-98 | null | UMIACS TR 98-41 | cmp-lg cs.CL | null | Parallel corpora are a valuable resource for machine translation, but at
present their availability and utility is limited by genre- and
domain-specificity, licensing restrictions, and the basic difficulty of
locating parallel texts in all but the most dominant of the world's languages.
A parallel corpus resource not yet explored is the World Wide Web, which hosts
an abundance of pages in parallel translation, offering a potential solution to
some of these problems and unique opportunities of its own. This paper presents
the necessary first step in that exploration: a method for automatically
finding parallel translated documents on the Web. The technique is conceptually
simple, fully language independent, and scalable, and preliminary evaluation
results indicate that the method may be accurate enough to apply without human
intervention.
| [
{
"version": "v1",
"created": "Fri, 7 Aug 1998 20:16:09 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Resnik",
"Philip",
"",
"University of Maryland"
]
] |
cmp-lg/9808004 | Hideaki Aoyama | Hideaki Aoyama and John Constable | Word Length Frequency and Distribution in English: Observations, Theory,
and Implications for the Construction of Verse Lines | 32 pages, 11 figures, uses epsf.tex | null | null | null | cmp-lg cs.CL | null | Recent observations in the theory of verse and empirical metrics have
suggested that constructing a verse line involves a pattern-matching search
through a source text, and that the number of found elements (complete words
totaling a specified number of syllables) is given by dividing the total number
of words by the mean number of syllables per word in the source text. This
paper makes this latter point explicit mathematically, and in the course of
this demonstration shows that the word length frequency totals in English
output are distributed geometrically (previous researchers reported an adjusted
Poisson distribution), and that the sequential distribution is random at the
global level, with significant non-randomness in the fine structure. Data from
a corpus of just under two million words, and a syllable-count lexicon of
71,000 word-forms is reported. The pattern-matching theory is shown to be
internally coherent, and it is observed that some of the analytic techniques
described here form a satisfactory test for regular (isometric) lineation in a
text.
| [
{
"version": "v1",
"created": "Wed, 12 Aug 1998 09:07:46 GMT"
},
{
"version": "v2",
"created": "Thu, 13 Aug 1998 23:31:53 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Aoyama",
"Hideaki",
""
],
[
"Constable",
"John",
""
]
] |
cmp-lg/9808005 | Bernd Ludwig | Bernd Ludwig, Guenther Goerz, Heinrich Niemann (FORWISS and Institute
of Computer Science, University of Erlangen) | Combining Expression and Content in Domains for Dialog Managers | 5 pages, uses conference.sty | Proceedings of DL '98, pp. 126-130, Trento, Italy | null | null | cmp-lg cs.CL | null | We present work in progress on abstracting dialog managers from their domain
in order to implement a dialog manager development tool which takes (among
other data) a domain description as input and delivers a new dialog manager for
the described domain as output. Thereby we will focus on two topics; firstly,
the construction of domain descriptions with description logics and secondly,
the interpretation of utterances in a given domain.
| [
{
"version": "v1",
"created": "Thu, 13 Aug 1998 07:25:22 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Ludwig",
"Bernd",
"",
"FORWISS and Institute\n of Computer Science, University of Erlangen"
],
[
"Goerz",
"Guenther",
"",
"FORWISS and Institute\n of Computer Science, University of Erlangen"
],
[
"Niemann",
"Heinrich",
"",
"FORWISS and Institute\n of Computer Science, University of Erlangen"
]
] |
cmp-lg/9808006 | Hideaki Aoyama | Hideaki Aoyama and John Constable | Isometric Lineation in English Texts: An Empirical and Mathematical
Examination of its Character and Consequences | PDF file only | null | null | null | cmp-lg cs.CL | null | In this paper we build on earlier observations and theory regarding word
length frequency and sequential distribution to develop a mathematical
characterization of some of the language features distinguishing isometrically
lineated text from unlineated text, in other words the features distinguishing
isometrical verse from prose. It is shown that the frequency of syllables
making complete words produces a flat distribution for prose, while that for
verse exhibits peaks at the line length position and subsequent multiples of
that position. Data from several verse authors is presented, including a
detailed mathematical analysis of the dynamics underlying peak creation, and
comments are offered on the processes by which authors construct lines. We note
that the word-length sequence of prose is random, whereas lineation
necessitates non-random word-length sequencing, and that this has the probable
consequence of introducing a degree of randomness into the otherwise highly
ordered grammatical sequence. In addition we observe that this effect can be
ameliorated by a reduction in the mean word length of the text (confirming
earlier observations that verse tends to use shorter words) and the use of
lines varying from the core isometrical set. The frequency of variant lines is
shown to be coincident with the frequency of polysyllables, suggesting that the
use of variant lines is motivated by polysyllabic word placement. The
restrictive effects of different line lengths, the relationship between
metrical restriction and poetic effect, and the general character of metrical
rules are also discussed.
| [
{
"version": "v1",
"created": "Fri, 14 Aug 1998 00:44:26 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Aoyama",
"Hideaki",
""
],
[
"Constable",
"John",
""
]
] |
cmp-lg/9808007 | Alexander S. Yeh | Alexander S. Yeh and Marc B. Vilain (Mitre Corporation) | Some Properties of Preposition and Subordinate Conjunction Attachments | 7 pages, uses colacl.sty | Proceedings of COLING-ACL '98: 36th Annual Meeting of the
Association for Computational Linguistics and 17th International Conference
on Computational Linguistics, Montreal, Canada, 1998. Pages 1436-1442. | null | null | cmp-lg cs.CL | null | Determining the attachments of prepositions and subordinate conjunctions is a
key problem in parsing natural language. This paper presents a trainable
approach to making these attachments through transformation sequences and
error-driven learning. Our approach is broad coverage, and accounts for roughly
three times the attachment cases that have previously been handled by
corpus-based techniques. In addition, our approach is based on a simplified
model of syntax that is more consistent with the practice in current
state-of-the-art language processing systems. This paper sketches syntactic and
algorithmic details, and presents experimental results on data sets derived
from the Penn Treebank. We obtain an attachment accuracy of 75.4% for the
general case, the first such corpus-based result to be reported. For the
restricted cases previously studied with corpus-based methods, our approach
yields an accuracy comparable to current work (83.1%).
| [
{
"version": "v1",
"created": "Wed, 19 Aug 1998 23:53:22 GMT"
},
{
"version": "v2",
"created": "Thu, 20 Aug 1998 00:24:18 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Yeh",
"Alexander S.",
"",
"Mitre Corporation"
],
[
"Vilain",
"Marc B.",
"",
"Mitre Corporation"
]
] |
cmp-lg/9808008 | Cem Bozsahin | Cem Bozsahin (Middle East Technical University, Ankara) | Deriving the Predicate-Argument Structure for a Free Word Order Language | 7 pages LaTeX; uses {times,avm,lingmacros,tree-dvips}.sty; minor
corrections in the abstract | Proceedings of COLING-ACL '98, 167-173 | null | null | cmp-lg cs.CL | null | In relatively free word order languages, grammatical functions are
intricately related to case marking. Assuming an ordered representation of the
predicate-argument structure, this work proposes a Combinatory Categorial
Grammar formulation of relating surface case cues to categories and types for
correctly placing the arguments in the predicate-argument structure. This is
achieved by assigning case markers GF-encoding categories. Unlike other CG
formulations, type shifting does not proliferate or cause spurious ambiguity.
Categories of all argument-encoding grammatical functions follow from the same
principle of category assignment. Normal order evaluation of the combinatory
form reveals the predicate-argument structure. Application of the method to
Turkish is shown.
| [
{
"version": "v1",
"created": "Thu, 20 Aug 1998 14:26:11 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Bozsahin",
"Cem",
"",
"Middle East Technical University, Ankara"
]
] |
cmp-lg/9808010 | Vinent Pagel | V. Pagel, K. Lenzo, A. Black | Letter to Sound Rules for Accented Lexicon Compression | 4 pages 1 figure | null | null | null | cmp-lg cs.CL | null | This paper presents trainable methods for generating letter to sound rules
from a given lexicon for use in pronouncing out-of-vocabulary words and as a
method for lexicon compression.
As the relationship between a string of letters and a string of phonemes
representing its pronunciation for many languages is not trivial, we discuss
two alignment procedures, one fully automatic and one hand-seeded which produce
reasonable alignments of letters to phones.
Top Down Induction Tree models are trained on the aligned entries. We show
how combined phoneme/stress prediction is better than separate prediction
processes, and still better when including in the model the last phonemes
transcribed and part of speech information. For the lexicons we have tested,
our models have a word accuracy (including stress) of 78% for OALD, 62% for CMU
and 94% for BRULEX. The extremely high scores on the training sets allow
substantial size reductions (more than 1/20).
WWW site: http://tcts.fpms.ac.be/synthesis/mbrdico
| [
{
"version": "v1",
"created": "Fri, 21 Aug 1998 15:26:44 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Pagel",
"V.",
""
],
[
"Lenzo",
"K.",
""
],
[
"Black",
"A.",
""
]
] |
cmp-lg/9808011 | Simon Cozens | Simon Cozens | Primitive Part-of-Speech Tagging using Word Length and Sentential
Structure | 6 pages | null | null | null | cmp-lg cs.CL | null | It has been argued that, when learning a first language, babies use a series
of small clues to aid recognition and comprehension, and that one of these
clues is word length. In this paper we present a statistical part of speech
tagger which trains itself solely on the number of letters in each word in a
sentence.
| [
{
"version": "v1",
"created": "Sun, 23 Aug 1998 20:14:21 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Cozens",
"Simon",
""
]
] |
cmp-lg/9808012 | Norbert Broeker | Norbert Broeker (IMS, Stuttgart University) | Separating Surface Order and Syntactic Relations in a Dependency Grammar | 7 pages, LaTeX2e | Proc. COLING-ACL'98, pp 174-180 | null | null | cmp-lg cs.CL | null | This paper proposes decoupling the dependency tree from word order, such that
surface ordering is not determined by traversing the dependency tree. We
develop the notion of a \emph{word order domain structure}, which is linked but
structurally dissimilar to the syntactic dependency tree. The proposal results
in a lexicalized, declarative, and formally precise description of word order;
features which lack previous proposals for dependency grammars. Contrary to
other lexicalized approaches to word order, our proposal does not require
lexical ambiguities for ordering alternatives.
| [
{
"version": "v1",
"created": "Tue, 25 Aug 1998 08:06:45 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Broeker",
"Norbert",
"",
"IMS, Stuttgart University"
]
] |
cmp-lg/9808013 | Sven Hartrumpf | Sven Hartrumpf (University of Hagen, Germany) | Partial Evaluation for Efficient Access to Inheritance Lexicons | 8 pages; uses amsfonts.sty, avm.sty, booktabs.sty, caption.sty,
ranlp97.sty, and xy.sty | Proceedings of the 2nd International Conference on Recent Advances
in Natural Language Processing (RANLP-97), pp. 43-50, Tzigov Chark, Bulgaria,
September 1997. | null | null | cmp-lg cs.CL | null | Multiple default inheritance formalisms for lexicons have attracted much
interest in recent years. I propose a new efficient method to access such
lexicons. After showing two basic strategies for lookup in inheritance
lexicons, a compromise is developed which combines to a large degree (from a
practical point of view) the advantages of both strategies and avoids their
disadvantages. The method is a kind of (off-line) partial evaluation that makes
a subset of inherited information explicit before using the lexicon. I identify
the parts of a lexicon which should be evaluated, and show how partial
evaluation works for inheritance lexicons. Finally, the theoretical results are
confirmed by a complete implementation. Speedups by a factor of 10-100 are
reached.
| [
{
"version": "v1",
"created": "Tue, 25 Aug 1998 16:52:31 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Hartrumpf",
"Sven",
"",
"University of Hagen, Germany"
]
] |
cmp-lg/9808014 | Vinent Pagel | V. Pagel, N. Carbonell, Y. Laprie, J. Vaissiere | Spotting Prosodic Boundaries in Continuous Speech in French | 4 pages | null | null | null | cmp-lg cs.CL | null | A radio speech corpus of 9mn has been prosodically marked by a phonetician
expert, and non expert listeners. this corpus is large enough to train and test
an automatic boundary spotting system, namely a time delay neural network fed
with F0 values, vowels and pseudo-syllable durations. Results validate both
prosodic marking and automatic spotting of prosodic events.
| [
{
"version": "v1",
"created": "Wed, 26 Aug 1998 11:12:30 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Pagel",
"V.",
""
],
[
"Carbonell",
"N.",
""
],
[
"Laprie",
"Y.",
""
],
[
"Vaissiere",
"J.",
""
]
] |
cmp-lg/9808015 | David Pierce | Claire Cardie, David Pierce (Cornell University) | Error-Driven Pruning of Treebank Grammars for Base Noun Phrase
Identification | 7 pages; 2 eps figures; uses epsf, colacl | Proceedings of COLING-ACL'98, pages 218-224. | null | null | cmp-lg cs.CL | null | Finding simple, non-recursive, base noun phrases is an important subtask for
many natural language processing applications. While previous empirical methods
for base NP identification have been rather complex, this paper instead
proposes a very simple algorithm that is tailored to the relative simplicity of
the task. In particular, we present a corpus-based approach for finding base
NPs by matching part-of-speech tag sequences. The training phase of the
algorithm is based on two successful techniques: first the base NP grammar is
read from a ``treebank'' corpus; then the grammar is improved by selecting
rules with high ``benefit'' scores. Using this simple algorithm with a naive
heuristic for matching rules, we achieve surprising accuracy in an evaluation
on the Penn Treebank Wall Street Journal.
| [
{
"version": "v1",
"created": "Wed, 26 Aug 1998 17:39:07 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Cardie",
"Claire",
"",
"Cornell University"
],
[
"Pierce",
"David",
"",
"Cornell University"
]
] |
cmp-lg/9808016 | James C. K. Shaw | James Shaw (Columbia University) | Segregatory Coordination and Ellipsis in Text Generation | 7 pages, uses colacl.sty | COLING-ACL'98, pp. 1220-1226 | null | null | cmp-lg cs.CL | null | In this paper, we provide an account of how to generate sentences with
coordination constructions from clause-sized semantic representations. An
algorithm is developed to generate sentences with ellipsis, gapping,
right-node-raising, and non-constituent coordination constructions. Various
examples from linguistic literature will be used to demonstrate that the
algorithm does its job well.
| [
{
"version": "v1",
"created": "Thu, 27 Aug 1998 19:59:49 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Shaw",
"James",
"",
"Columbia University"
]
] |
cmp-lg/9808017 | Mark-Jan Nederhof | Mark-Jan Nederhof (University of Groningen) and Giorgio Satta
(Universita di Padova) | A Variant of Earley Parsing | 12 pages, 1 Postscript figure, uses psfig.tex and llncs.sty | AI*IA 97: Advances in Artificial Intelligence, 5th Congress of the
Italian Association for Artificial Intelligence, LNAI 1321, Springer Verlag,
pages 84-95, 1997. | null | null | cmp-lg cs.CL | null | The Earley algorithm is a widely used parsing method in natural language
processing applications. We introduce a variant of Earley parsing that is based
on a ``delayed'' recognition of constituents. This allows us to start the
recognition of a constituent only in cases in which all of its subconstituents
have been found within the input string. This is particularly advantageous in
several cases in which partial analysis of a constituent cannot be completed
and in general in all cases of productions sharing some suffix of their
right-hand sides (even for different left-hand side nonterminals). Although the
two algorithms result in the same asymptotic time and space complexity, from a
practical perspective our algorithm improves the time and space requirements of
the original method, as shown by reported experimental results.
| [
{
"version": "v1",
"created": "Mon, 31 Aug 1998 11:59:40 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Nederhof",
"Mark-Jan",
"",
"University of Groningen"
],
[
"Satta",
"Giorgio",
"",
"Universita di Padova"
]
] |
cmp-lg/9809001 | Pasi Tapanainen | Timo Jarvinen and Pasi Tapanainen | Towards an implementable dependency grammar | 10 pages | in CoLing-ACL'98 workshop 'Processing of Dependency-Based
Grammars', Kahane and Polguere (eds), p. 1-10, Montreal, Canada, 1998 | null | null | cmp-lg cs.CL | null | The aim of this paper is to define a dependency grammar framework which is
both linguistically motivated and computationally parsable. See the demo at
http://www.conexor.fi/analysers.html#testing
| [
{
"version": "v1",
"created": "Tue, 1 Sep 1998 18:26:06 GMT"
},
{
"version": "v2",
"created": "Wed, 2 Sep 1998 11:47:43 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Jarvinen",
"Timo",
""
],
[
"Tapanainen",
"Pasi",
""
]
] |
cmp-lg/9809002 | Nicola Guarino | Nicola Guarino (LADSEB-CNR, Padova, Italy) | Some Ontological Principles for Designing Upper Level Lexical Resources | 8 pages - gzipped postscript file - A4 format | in Proc. of First International Conference on Language Resources
and Evaluation, Rubio, Gallardo, Castro, and Tejada (eds.), p. 527-534,
Granada, Spain, 1998 | null | null | cmp-lg cs.CL | null | The purpose of this paper is to explore some semantic problems related to the
use of linguistic ontologies in information systems, and to suggest some
organizing principles aimed to solve such problems. The taxonomic structure of
current ontologies is unfortunately quite complicated and hard to understand,
especially for what concerns the upper levels. I will focus here on the problem
of ISA overloading, which I believe is the main responsible of these
difficulties. To this purpose, I will carefully analyze the ontological nature
of the categories used in current upper-level structures, considering the
necessity of splitting them according to more subtle distinctions or the
opportunity of excluding them because of their limited organizational role.
| [
{
"version": "v1",
"created": "Wed, 9 Sep 1998 14:49:01 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Guarino",
"Nicola",
"",
"LADSEB-CNR, Padova, Italy"
]
] |
cmp-lg/9809003 | Mike McHale | Michael Mc Hale (Air Force Research Laboratory) | A Comparison of WordNet and Roget's Taxonomy for Measuring Semantic
Similarity | 6 pages, postscript | null | null | null | cmp-lg cs.CL | null | This paper presents the results of using Roget's International Thesaurus as
the taxonomy in a semantic similarity measurement task. Four similarity metrics
were taken from the literature and applied to Roget's The experimental
evaluation suggests that the traditional edge counting approach does
surprisingly well (a correlation of r=0.88 with a benchmark set of human
similarity judgements, with an upper bound of r=0.90 for human subjects
performing the same task.)
| [
{
"version": "v1",
"created": "Mon, 14 Sep 1998 15:46:40 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Hale",
"Michael Mc",
"",
"Air Force Research Laboratory"
]
] |
comp-gas/9801001 | Yuri I. Ozhigov | Yuri Ozhigov | Computations on Nondeterministic Cellular Automata | 18 pages in AmsTex, 3 figures in PostScript | Information and Computation 148, 181-201 (1999) | null | null | comp-gas nlin.CG | null | The work is concerned with the trade-offs between the dimension and the time
and space complexity of computations on nondeterministic cellular automata. It
is proved, that
1). Every NCA $\Cal A$ of dimension $r$, computing a predicate $P$ with time
complexity T(n) and space complexity S(n) can be simulated by $r$-dimensional
NCA with time and space complexity $O(T^{\frac{1}{r+1}} S^{\frac{r}{r+1}})$ and
by $r+1$-dimensional NCA with time and space complexity $O(T^{1/2} +S)$.
2) For any predicate $P$ and integer $r>1$ if $\Cal A$ is a fastest
$r$-dimensional NCA computing $P$ with time complexity T(n) and space
complexity S(n), then $T= O(S)$.
3). If $T_{r,P}$ is time complexity of a fastest $r$-dimensional NCA
computing predicate $P$ then $T_{r+1,P} &=O((T_{r,P})^{1-r/(r+1)^2})$,
$T_{r-1,P} &=O((T_{r,P})^{1+2/r})$. Similar problems for deterministic CA are
discussed.
| [
{
"version": "v1",
"created": "Fri, 16 Jan 1998 20:15:26 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Ozhigov",
"Yuri",
""
]
] |
comp-gas/9801002 | Yuri I. Ozhigov | Yuri Ozhigov | Lindenmayer systems as a model of computations | 11 pages in AmsTex, no figures | null | null | null | comp-gas nlin.CG | null | LS is a particular type of computational processes simulating living tissue.
They use an unlimited branching process arising from the simultaneous
substitutions of some words instead of letters in some initial word. This
combines the properties of cellular automata and grammars. It is proved that
1) The set of languages, computed in a polynomial time on such LS that all
replacing words are not empty, is exactly NP- languages.
2) The set of languages, computed in a polynomial time on arbitrary LS,
contains the polynomial hierarchy.
3) The set of languages, computed in a polynomial time on a nondeterministic
version of LS, strictly contains the set of languages, computed in a polynomial
time on Turing Machines with a space complexity $n^a$, where $a$ is positive
integer.
In particular, the last two results mean that Lindenmayer systems may be even
more powerful tool of computations than nondeterministic Turing Machine.
| [
{
"version": "v1",
"created": "Sat, 17 Jan 1998 11:30:15 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Ozhigov",
"Yuri",
""
]
] |
comp-gas/9804001 | N. Sukumar | N. Sukumar | Effect of Boundary Conditions on Cellular Automata that Classify Density | 8 pages | null | null | Theorie Intl.97-1 | comp-gas nlin.CG | null | The properties of two-state nearest-neighbour cellular automata (CA) that are
capable of density classification are discussed. It is shown that these CA
actually conserve the total density, rather than merely classifying it. This is
also the criterion for any CA simulation of DFT. The effect of boundary and
periodicity conditions upon the evolution of such CA are elaborated by
considering linear and cyclic lattices and boundary conditions consistent with
the conservation criterion. In a bounded linear lattice, it is possible to
achieve a configuration with a single 01 and no 10 domain wall, or vice versa,
but this is not possible in a cyclic lattice, where these two domain walls have
to appear in pairs. This determines the final stable state of the automaton.
| [
{
"version": "v1",
"created": "Wed, 1 Apr 1998 23:29:36 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Sukumar",
"N.",
""
]
] |
comp-gas/9805001 | Chun-Cheng Wan | O. Baran, C. C. Wan, and R. Harris | Generalized Thermal Lattice Gases | 8 pages, 2 figures | null | null | cmp-98-04 | comp-gas nlin.CG | null | We show how to employ thermal lattice gas models to describe non-equilibrium
phenomena. This is achieved by relaxing the restrictions of the usual
micro-canonical ensemble for these models via the introduction of thermal
``demons'' in the style of Creutz. Within the Lattice Boltzmann approximation,
we then derive general expressions for the usual transport coefficients of such
models, in terms of the derivatives of their equilibrium distribution
functions. To illustrate potential applications, we choose a model obeying
Maxwell-Boltzmann statistics, and simulate Rayleigh-B\'enard convection with a
forcing term and a temperature gradient, both of which are continuously
variable.
| [
{
"version": "v1",
"created": "Thu, 7 May 1998 00:19:36 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Baran",
"O.",
""
],
[
"Wan",
"C. C.",
""
],
[
"Harris",
"R.",
""
]
] |
comp-gas/9806001 | Shiyi Chen | Xiaobo Nie, Gary D. Doolen and Shiyi Chen | Lattice-Boltzmann Simulations of Fluid Flows in MEMS | 3 pages, 6 figures, revtex. submitted to Physics of Fluids | null | null | null | comp-gas nlin.CG | null | The lattice Boltzmann model is a simplified kinetic method based on the
particle distribution function. We use this method to simulate problems in
MEMS, in which the velocity slip near the wall plays an important role. It is
demonstrated that the lattice Boltzmann method can capture the fundamental
behavior in micro-channel flow, including velocity slip and nonlinear pressure
drop along the channel. The Knudsen number dependence of the position of the
vortex center and the pressure contour in micro-cavity flows is also
demonstrated.
| [
{
"version": "v1",
"created": "Thu, 11 Jun 1998 23:54:03 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Nie",
"Xiaobo",
""
],
[
"Doolen",
"Gary D.",
""
],
[
"Chen",
"Shiyi",
""
]
] |
comp-gas/9811001 | Margarita Voitikova | Margarita Voitikova (Institute of Molecular&Atomic Physics, Belarus) | Cellular Automaton Model for Immunology of Tumor Growth | 8 pages, Latex, 5 figures | null | null | null | comp-gas nlin.CG q-bio | null | The stochastic discrete space-time model of an immune response on tumor
spreading in a two-dimensional square lattice has been developed. The
immunity-tumor interactions are described at the cellular level and then
transferred into the setting of cellular automata (CA). The multistate CA model
for system, in which all statesoflattice sites, composing of both immune and
tumor cells populations, are the functions of the states of the 12 nearest
neighbors. The CA model incorporates the essential featuresof the
immunity-tumor system. Three regimes of neoplastic evolution including
metastatic tumor growth and screen effect by inactive immune cells surrounding
a tumor have been predicted.
| [
{
"version": "v1",
"created": "Mon, 2 Nov 1998 12:29:41 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Voitikova",
"Margarita",
"",
"Institute of Molecular&Atomic Physics, Belarus"
]
] |
comp-gas/9811002 | Norman Margolus | Norman Margolus | Crystalline Computation | 39 pages, 15 figures (48 images), to appear in the book Feynman and
Computation, A. Hey ed., (c) Perseus Books (1998) | null | null | null | comp-gas nlin.CG | null | A cellular automaton is a deterministic and exactly computable dynamical
system which mimics certain fundamental aspects of physical dynamics such as
spatial locality and finite entropy. CA systems can be constructed which have
additional attributes that are basic to physics: systems which are exactly
invertible at their finest scale, which obey exact conservation laws, which
support the evolution of arbitrary complexity, etc. In this paper, we discuss
techniques for bringing CA models closer to physics, and some of the
interesting consequences of doing so.
| [
{
"version": "v1",
"created": "Tue, 10 Nov 1998 01:42:14 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Margolus",
"Norman",
""
]
] |
comp-gas/9905001 | Bruce M. Boghosian | Bruce M. Boghosian | Lattice Gases and Cellular Automata | 26 pages, 9 figures, elsart (Elsevier) and epsf macros used.
Contribution to the volume "Future Generation Computer Systems," D. Talia
ed., Elsevier (1999) | null | null | BU-CCS-990501 | comp-gas nlin.CG | null | We review the class of cellular automata known as lattice gases, and their
applications to problems in physics and materials science. The presentation is
self-contained, and assumes very little prior knowledge of the subject.
Hydrodynamic lattice gases are emphasized, and non-lattice-gas cellular
automata -- even those with physical applications -- are not treated at all. We
begin with a review of lattice gases as the term is understood in equilibrium
statistical physics. We then discuss the various methods that have been
proposed to simulate hydrodynamics with a lattice gas, leading up to the 1986
discovery of a lattice gas for the isotropic Navier-Stokes equations. Finally,
we discuss variants of lattice-gas models that have been used for the
simulation of complex fluids.
| [
{
"version": "v1",
"created": "Wed, 5 May 1999 16:53:58 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Boghosian",
"Bruce M.",
""
]
] |
cond-mat/0001001 | Tom Chou | Tom Chou, Ken S. Kim, and George Oster | Statistical thermodynamics of membrane bending mediated protein-protein
attraction | 22pp, 7 .eps figures, apalike.sty, submitted to Biophys. J | null | null | DMS-9804370-02 | cond-mat.stat-mech cond-mat.soft q-bio.BM | null | Integral membrane proteins deform the surrounding bilayer creating
long-ranged forces that influence distant proteins. These forces can be
attractive or repulsive, depending on the proteins' shape, height, contact
angle with the bilayer, as well as the local membrane curvature. Although
interaction energies are not pairwise additive, for sufficiently low protein
density, thermodynamic properties depend only upon pair interactions. Here, we
compute pair interaction potentials and entropic contributions to the
two-dimensional osmotic pressure of a collection of noncircular proteins. In
contrast to direct short-ranged interactions such as van der Waal's,
hydrophobic, or electrostatic interactions, both local membrane Gaussian
curvature and protein ellipticity can induce attractions between two proteins
at distances of up to ten times their typical radii. For flat membranes,
bending rigidities of $\sim 30k_{B}T$, and moderate ellipticities, we find
thermally averaged attractive interactions of order $\sim 2k_{B}T$. These
interactions may play an important role in the intermediate stages of protein
aggregation.
| [
{
"version": "v1",
"created": "Sat, 1 Jan 2000 00:01:09 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Chou",
"Tom",
""
],
[
"Kim",
"Ken S.",
""
],
[
"Oster",
"George",
""
]
] |
cond-mat/0001012 | Andrey V. Shytov | A. V. Shytov | Dissipative Landau-Zener Tunneling at Marginal Coupling | 5 pages, 2 figures | null | null | null | cond-mat.stat-mech cond-mat.mes-hall | null | The Landau-Zener transition in a two level system can be suppressed or
enhanced by coupling to an environment, depending on the temperature and the
environment spectral function. We consider the marginal spectral function, when
the dissipation effects are important for arbitrarily slow motion. Landau-Zener
transition rate demonstrates a non-trivial dependence of the on the ``bias'',
i. e. on the rate of the two energy levels relative motion. The Landau-Zener
transition is fully suppressed for the values of the bias below a threshold
bias set by the coupling strength. Above the threshold, the transition rate for
zero temperature is found using the instanton method. At finite temperature,
the Landau-Zener transition rate has a non-monotonic dependence on the coupling
strength, being suppressed at the strong coupling.
| [
{
"version": "v1",
"created": "Mon, 3 Jan 2000 10:26:15 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Shytov",
"A. V.",
""
]
] |
cond-mat/0001013 | Taras Krokhmalskii | Oleg Derzhko and Taras Krokhmalskii | Spin-1/2 transverse XX chain with a correlated disorder: dynamics of the
transverse correlations | 7 pages, 2 figures (included), poster presentation at the
LOCALISATION99 (Hamburg) | Annalen der Physik (Leipzig), 1999, 8, Special Issue,
p.SI-45-SI-48. | null | null | cond-mat | null | We examine numerically the dynamics of zz correlations in the spin-1/2
isotropic XY chain with random intersite coupling and on-site transverse field
that depends linearly on the neighbouring couplings (correlated off-diagonal
and diagonal disorder). We discuss the changes in the frequency profiles of zz
dynamic structure factor caused by disorder.
| [
{
"version": "v1",
"created": "Mon, 3 Jan 2000 11:10:18 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Derzhko",
"Oleg",
""
],
[
"Krokhmalskii",
"Taras",
""
]
] |
cond-mat/0001014 | Derzhko | O. Derzhko, J. Richter and O. Zaburannyi | Spin-Peierls instability in the spin-1/2 transverse XX chain with
Dzyaloshinskii-Moriya interaction | 9 pages with 2 figures included | null | null | null | cond-mat | null | We calculate exactly the density of magnon states of the regularly
alternating spin-1/2 XX chain with Dzyaloshinskii-Moriya interaction. The
obtained results permit us to examine the stability of the chain with respect
to spin-Peierls dimerization. We found that depending on the dependences of
Dzyaloshinskii-Moriya interaction on distortion amplitude it may act either in
favour of the dimerization or against the dimerization.
| [
{
"version": "v1",
"created": "Mon, 3 Jan 2000 12:27:02 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Derzhko",
"O.",
""
],
[
"Richter",
"J.",
""
],
[
"Zaburannyi",
"O.",
""
]
] |
cond-mat/0001015 | Shangguan Wangzuo | W.Z. Shangguan & T.C. Au-Yeung | A Physical Picture of Superconductivity | 2 figures | null | null | null | cond-mat.supr-con | null | A universal mechanism of superconductivity applicable to ``low temperature''
and ``high temperature'' superconductors is proposed in this paper. With this
model of mechanism experimental facts of superconductors can be qualitatively
explained. A function is introduced to describe the average separation distance
between vibrating lattice atoms, which is crucial for the transition from
normal to superconductive state. However, the most attractive and exciting
conclusion that can be derived from this physical picture, is that given atoms
of other element be successfully sandwiched between ferromagnetic atoms one by
one, a superconductor constructed this way is most likely to have a very high
transition temperature.
| [
{
"version": "v1",
"created": "Mon, 3 Jan 2000 13:18:33 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Shangguan",
"W. Z.",
""
],
[
"Au-Yeung",
"T. C.",
""
]
] |
cond-mat/0001020 | Amit Kumar Chattopadhyay | Amit Kr. Chattopadhyay | Non-equilibrium growth for a restricted-curvature model | 4 pages, revtex, no figure | null | null | null | cond-mat.stat-mech cond-mat.soft | null | The static and dynamic roughenings of a growing crystalline facet is studied
where the growth mechanism is controlled by a restricted-curvature (RC)
geometry. A continuum equation, in analogy with the Kardar-Parisi-Zhang (KPZ)
equation is considered for the purpose. It is shown here that although the
growth process begins with a RC geometry, a structural phase transition occurs
from the restricted-curvature phase to the KPZ phase. An estimation of the
corresponding critical temperature is given here. Calculations on the static
phase transition give results along the same line as existing predictions,
apart fromm minor numerical adjustments.
| [
{
"version": "v1",
"created": "Mon, 3 Jan 2000 17:07:12 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Chattopadhyay",
"Amit Kr.",
""
]
] |
cond-mat/0001021 | Daphne O. Klemme | A.H. MacDonald (Indiana University) and Matthew P.A. Fisher (Institute
for Theoretical Physics, UCSB) | Non-linear Transport in Quantum-Hall Smectics | 13 pages, 3 figures. Based on lecture at the Heraeus Workshop on
Interactions and Quantum Transport Properties of Lower Dimensional Systems -
Hamburg, July, 1999. To be published by Springer-Verlag in proceedings edited
by Tobias Brandes | null | null | IUCM00-002 | cond-mat | null | Recent transport experiments have established that two-dimensional electron
systems with high-index partial Landau level filling, $\nu^{*} =\nu - \lbrack
\nu \rbrack$, have ground states with broken orientational symmetry. In a
mean-field theory, the broken symmetry state consists of electron stripes with
local filling factor $\lbrack \nu \rbrack + 1 $, separated by hole stripes with
filling factor $\lbrack \nu \rbrack$. We have recently developed a theory of
these states in which the electron stripes are treated as one-dimensional
electron systems coupled by interactions and described by using a Luttinger
liquid model. Among other things, this theory predicts non-linearities of
opposite sign in easy and hard direction resistivities. In this article we
briefly review our theory, focusing on its predictions for the dependence of
non-linear transport exponents on the separation $d$ between the
two-dimensional electron system and a co-planar screening layer.
| [
{
"version": "v1",
"created": "Mon, 3 Jan 2000 18:47:40 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"MacDonald",
"A. H.",
"",
"Indiana University"
],
[
"Fisher",
"Matthew P. A.",
"",
"Institute\n for Theoretical Physics, UCSB"
]
] |
cond-mat/0001027 | Yoshiteru Takagi | Y. Takagi, M. Fujita, K. Wakabayashi, M. Igami, S. Okada, K. Nakada
and K. Kusakabe | The Hypergraphite: A possible extension of graphitic network | 12 pages, 7 figures | null | null | null | cond-mat.mtrl-sci | null | We propose a class of networks which can be regarded as an extension of the
graphitic network. These networks are constructed so that surface states with
non-bonding character (edge states) are formed in a tight-binding model with
one orbital for each atomic site. Besides, for several networks, the
tight-binding electronic structures become a zero-gap semiconductor. These
properties have been found in the $\pi$-electron system of the graphene. Thus,
we call these networks hypergraphite.
| [
{
"version": "v1",
"created": "Tue, 4 Jan 2000 07:29:58 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Takagi",
"Y.",
""
],
[
"Fujita",
"M.",
""
],
[
"Wakabayashi",
"K.",
""
],
[
"Igami",
"M.",
""
],
[
"Okada",
"S.",
""
],
[
"Nakada",
"K.",
""
],
[
"Kusakabe",
"K.",
""
]
] |
cond-mat/0001032 | Katanin Andrey | V.Yu.Irkhin and A.A.Katanin | Quantitative Description of Thermodynamics of Layered Magnets in a Wide
Temperature Region | 4 pages, RevTeX, 2 figures (Report on the Moscow International
Symposium on Magnetism, Moscow, 1999); additional information can be found at
http://www.imp.uran.ru/KTM_LAB/Katanin | null | null | null | cond-mat.str-el | null | The thermodynamics of layered antiferro- and ferromagnets with a weak
interlayer coupling and/or easy-axis anisotropy is investigated. A crossover
from an isotropic 2D-like to 3D Heisenberg (or 2D Ising) regime is discussed
within the renormalization group (RG) analysis. Analytical results for the the
(sublattice) magnetization and the ordering temperature are derived are
obtained in different regimes. Numerical calculations on the base of the
equations obtained yield a good agreement with experimental data on La2CuO4 and
layered perovskites. Corresponding results for the Kosterlitz-Thouless and
Curie (N\'eel) temperatures in the case of the easy-plane anisotropy are
derived.
| [
{
"version": "v1",
"created": "Tue, 4 Jan 2000 18:53:23 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Irkhin",
"V. Yu.",
""
],
[
"Katanin",
"A. A.",
""
]
] |
cond-mat/0001033 | E. Penev | T. M. Mishonov, A. A. Donkov, R. K. Koleva and E. S. Penev | Superconducting gap anisotropy within the framework of a simple exchange
model for layered cuprates. The theory of HTSC | 11 pages, 1 figure, published in Bbulgarian Journal of Physics | Bulgarian Journal of Physics Vol. 24, Nos 3/4 (1997), pp. 114-125 | null | null | cond-mat.supr-con | null | The oxygen O2p_sigma and copper Cu4s and Cu3d_x^2-y^2 orbitals are involved
in a simple LCAO model for determination of the conduction band and the
oxygen-oxygen hopping is considered as a small parameter with respect to the
transition amplitude between nearest neighbours. The traditional Cooper pairing
is obtained by taking into account the double-electron exchange between the
nearest neighbours within the two-dimensional CuO_2 plane. The equation for the
superconducting gap is obtained as a result of the standard BCS treatment. It
is shown that the order parameter could have either s-type or d-type symmetry
depending on the ratio between the transition amplitudes. This model allows
understanding the experiments reporting a pi-shift of the Josephson phase
indicative for a d-type gap symmetry as well as the observed s-type in the case
of strongly irradiated samples.
| [
{
"version": "v1",
"created": "Tue, 4 Jan 2000 15:29:36 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Mishonov",
"T. M.",
""
],
[
"Donkov",
"A. A.",
""
],
[
"Koleva",
"R. K.",
""
],
[
"Penev",
"E. S.",
""
]
] |
cond-mat/0001041 | Christian Bernhard | C. Bernhard, J.L. Tallon, E. Br\"ucher, and R.K. Kremer | Evidence for a transition from a bulk Meissner-state to a spontaneous
vortex phase in RuSr$_2$GdCu$_2$O$_8$ from DC magnetisation measurements | 11 pages, 4 figures, submitted to PRL | null | null | null | cond-mat.supr-con | null | From magnetisation measurements we provide evidence that the ferromagnetic
superconductor RuSr$_{2}$GdCu$_{2}$O$_{8}$ with \QTR{it}{T}$_{c}$=45 K and
\QTR{it}{T}$_{M}$=137 K exhibits a sizeable diamagnetic signal at low
temperature (\QTR{it}{T}<\QTR{it}{T}$^{\QTR{it}{ms}}$=30 K) and low magnetic
field (\QTR{it}{H}$^{ext}$<30 Oe), corresponding to a bulk Meissner-phase. At
intermediate temperatures,
\QTR{it}{T}$^{\QTR{it}{ms}}$<\QTR{it}{T}<\QTR{it}{T}$_{c}$, a spontaneous
vortex phase forms which is characterized by unique thermal hysteresis effects.
We argue that a recent negative report [C.W. Chu et al., cond-mat/9910056]
regarding the Meissner-effect in Ru-1212 can be explained by impurity
scattering or grain size effects.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 01:16:08 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Bernhard",
"C.",
""
],
[
"Tallon",
"J. L.",
""
],
[
"Brücher",
"E.",
""
],
[
"Kremer",
"R. K.",
""
]
] |
cond-mat/0001043 | K. L. Sebastian | K.L. Sebastian and Alok K.R. Paul (Indian Institute of Science,
Bangalore) | Escape of a chain molecule over a barrier - the kink mechanism | null | null | null | null | cond-mat.soft cond-mat.stat-mech q-bio | null | We consider the generalization of the Kramers escape over a barrier problem
to the case of a long chain molecule. The problem involves the motion of a
chain molecule of $N$ segments across a region where the free energy per
segment is higher, so that it has to cross a barrier. We consider the limit
where the length of the molecule is much larger than the width of the barrier.
The width is taken to be sufficiently wide that a coninuum description is
applicable to even to the portion over the barrier. We use the Rouse model and
analyze the mechanism of crossing a barrier. There can be two dominant
mechanisms. They are: end crossing and hairpin crossing. We find the free
energy of activation for the hairpin crossing is two times that for end
crossing. In both cases, the activation energy has a square root dependence on
the temperature $T$, leading to a non-Arrhenius form for the rate. We also show
that there is a special time dependent solution of the model, which corresponds
to a kink in the chain, confined to the region of the barrier. The movement of
the polymer from one side to the other is equivalent to the motion of the kink
on the chain in the reverse direction. We also consider the translocation of
hydrophilic polypeptides across hydrophobic pores, a process that is quite
common in biological systems. Biological systems accomplish this by having a
hydrophobic signal sequence at the end that goes in first. We find that for
such a molecule, the transition state resembles a hook, and this is in
agreement with presently accepted view in cell biology.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 06:52:48 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Sebastian",
"K. L.",
"",
"Indian Institute of Science,\n Bangalore"
],
[
"Paul",
"Alok K. R.",
"",
"Indian Institute of Science,\n Bangalore"
]
] |
cond-mat/0001044 | Peter Johansson | S. P. Apell, D. R. Penn, and P. Johansson | Circularly polarized light emission in scanning tunneling microscopy of
magnetic systems | 15 pages, 4 figures, (To appear in Phys. Rev. B, February 2000) | Phys. Rev. B 61, 3534 (2000). | 10.1103/PhysRevB.61.3534 | null | cond-mat | null | Light is produced when a scanning tunneling microscope is used to probe a
metal surface. Recent experiments on cobalt utilizing a tungsten tip found that
the light is circularly polarized; the sense of circular polarization depends
on the direction of the sample magnetization, and the degree of polarization is
of order 10 %. This raises the possibility of constructing a magnetic
microscope with very good spatial resolution. We present a theory of this
effect for iron and cobalt and find a degree of polarization of order 0.1 %.
This is in disagreement with the experiments on cobalt as well as previous
theoretical work which found order of magnitude agreement with the experimental
results. However, a recent experiment on iron showed 0.0 ${\pm}$2 %. We predict
that the use of a silver tip would increase the degree of circular polarization
for a range of photon energies.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 17:09:42 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Apell",
"S. P.",
""
],
[
"Penn",
"D. R.",
""
],
[
"Johansson",
"P.",
""
]
] |
cond-mat/0001048 | Torsten | Torsten Fliessbach (University of Siegen, Germany) | Phase ordering at the lambda transition in liquid 4-He | 24 pages, Latex | null | null | null | cond-mat | null | A modified ideal Bose gas model is proposed as an approach for liquid helium
at the lambda point. The decisive modification of the ideal Bose gas model is
the use of phase ordered single particle functions. The entropy due to this
phase ordering is calculated. Its statistical expectation value yields a
logarithmic singularity of the specific heat.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 09:05:09 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Fliessbach",
"Torsten",
"",
"University of Siegen, Germany"
]
] |
cond-mat/0001050 | Emil Polturak | R. Carmi, E. Polturak, G. Koren, and A. Auerbach | Appearance of spontaneous macroscopic magnetization at the
superconducting transition of YBCO | 10 pages, 4 figures | null | null | null | cond-mat.supr-con cond-mat.str-el | null | We report the observation of a weak spontaneous magnetic field appearing at
the transition temperature of $\rm YBa_2Cu_3O_{7-\delta}$ into the
superconducting state. The effect is observed in 14 out of 15 epitaxial films
grown on different substrates and by two distinct techniques. The average
magnetic field sensed by the SQUID magnetometer is of the order of 10$^{-5}$ G.
The effect indicates a breaking of both parity and time reversal symmetries in
the superconductor. We consider two different interpretations: (i) The
condensate carries an intrinsic magnetic moment. At T=0, this moment is between
$\rm 10^{-2} \mu_B$ and $\rm 10^{-4} \mu_B$ per plaquette, depending whether
the width of the unscreened region near the edge of the film is the coherence
length or the penetration length. (ii) $\pi$ junctions which may exist near the
edges produce circulating supercurrents and magnetic flux. Constraints imposed
on these scenarios by temperature and geometry dependence of the data are
discussed.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 12:40:59 GMT"
},
{
"version": "v2",
"created": "Tue, 25 Jan 2000 14:51:16 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Carmi",
"R.",
""
],
[
"Polturak",
"E.",
""
],
[
"Koren",
"G.",
""
],
[
"Auerbach",
"A.",
""
]
] |
cond-mat/0001052 | Dmitri S. Kilin | D. Kilin and M. Schreiber | Influence of phase-sensitive interaction on the decoherence process in
molecular systems | This results are included in Ph. D. thesis
http://xxx.lanl.gov/abs/quant-ph/0001004 | J. Lumin. 76&77 (1998) 433 | null | LUMIN 7225 | cond-mat.stat-mech | null | The character of the interaction between an impurity vibrational mode and a
heat bath leads to certain peculiarities in the relaxational dynamics of the
excited states. We derive a non-Markovian equation of motion for the reduced
density matrix of this system which is valid for initial, intermediate and
kinetic stages of the relaxation. The linear phase-sensitive character of the
interaction ensures the ultrafast disappearance of the quantum interference of
the initially superpositional state and the effect of classical squeezing of
the initially coherent state. On the other hand, the second power interaction
induces a partial conservation of the quantum interference.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 15:05:22 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kilin",
"D.",
""
],
[
"Schreiber",
"M.",
""
]
] |
cond-mat/0001053 | Janos Polonyi | Sebastiao Correia, Janos Polonyi, Jean Richert | An effective theory for conductance by symmetry breaking | 18 pages, more explanation added | null | null | null | cond-mat.str-el cond-mat.dis-nn hep-th | null | An effective theory is suggested for the particle-anti particle and the
particle-particle modes of strongly disordered electron systems. The effective
theory is studied in the framework of the saddle point expansion and found to
support a vacuum which is not invariant under translations in imaginary time.
The Goldstone bosons of this symmetry breaking generate a pole in the
density-density correlation function. The condensate of the auxiliary field
corresponding to the particle-particle channel produces conductivity without
relying on the long range fluctuations. The results are obtained for $d>1$.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 15:38:43 GMT"
},
{
"version": "v2",
"created": "Mon, 16 Oct 2000 16:47:23 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Correia",
"Sebastiao",
""
],
[
"Polonyi",
"Janos",
""
],
[
"Richert",
"Jean",
""
]
] |
cond-mat/0001054 | Veronica L. Vildosola | V. L. Vildosola and A. M. Llois | Study of Ce intermetallic compounds: an LDA classification and
hybridization effects | 9 pages, 4 figures | null | null | null | cond-mat | null | Spin-polarized calculations within the LDA approximation have been done with
the goal of characterizing Ce intermetallic compounds. Symmetry and chemical
environment effects on 4f hybridization and, thereafter, on magnetization
effects have been studied.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 18:45:03 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Vildosola",
"V. L.",
""
],
[
"Llois",
"A. M.",
""
]
] |
cond-mat/0001056 | Mark O. Robbins | Mark O. Robbins, Martin H. M\"user | Computer Simulations of Friction, Lubrication and Wear | Review chapter for the Handbook of Modern Tribology edited by Bharat
Bhushan (CRC Press), 42 pages, 16 figures | null | null | null | cond-mat.mtrl-sci cond-mat.soft | null | An overview of computer simulations of tribology is presented. The chapter
begins with a brief overview of simulation techniques and the special
requirements for simulations of tribological processes. Then simple
one-dimensional models of friction between crystalline surfaces are introduced
to illustrate general features of friction, such as the importance of
metastability and the effect of commensurability. Next two- and
three-dimensional studies of dry sliding between crystalline surfaces are
described, and compared to scanning probe experiments and measurements of the
friction on adsorbed monolayers. Lubrication is then discussed, starting from
thick films and describing the breakdown in bulk hydrodynamics as the thickness
of the lubricant decreases to molecular scales. Deviations from the usual
no-slip boundary condition are quantified and the onset of solid behavior in
molecularly thick films is described. The possibility that solidification of
thin layers of adventitious carbon is responsible for the prevalence of static
friction is explored. The final sections describe stick-slip motion,
tribochemical reactions, machining, and the evolution of microstructure in
sliding contacts.
| [
{
"version": "v1",
"created": "Wed, 5 Jan 2000 22:07:55 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Robbins",
"Mark O.",
""
],
[
"Müser",
"Martin H.",
""
]
] |
cond-mat/0001061 | Dmitri S. Kilin | M. Schreiber and D. Kilin | Cumulant expansion method in the density matrix approach to wave packet
dynamics in molecular systems | For more details see http://xxx.lanl.gov/abs/quant-ph/0001004 | Excitonic processes in condensed matter, Ed. M. Schreiber,
(Dresden University Press, Dresden, 1996), p. 331 | null | null | cond-mat.stat-mech | null | A non-Markovian master equation for a molecule interacting with a heat bath
is obtained using the cumulant expansion method. The equation is applied to the
problem of molecular wave packet relaxtional dynamics. An exact solution is
derived that demonstrates classical type of squeezing for the wave packet
evolution and a heat-bath dependent frequency shift.
| [
{
"version": "v1",
"created": "Thu, 6 Jan 2000 12:25:05 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Schreiber",
"M.",
""
],
[
"Kilin",
"D.",
""
]
] |
cond-mat/0001066 | Jonathan Doye | Jonathan Doye | The effect of compression on the global optimization of atomic clusters | 9 pages, 6 figures, revtex | Phys. Rev. E, 62, 8753-8761 (2000) | 10.1103/PhysRevE.62.8753 | null | cond-mat physics.atm-clus | null | Recently, Locatelli and Schoen proposed a transformation of the potential
energy that aids the global optimization of Lennard-Jones clusters with
non-icosahedral global minima. These cases are particularly difficult to
optimize because the potential energy surface has a double funnel topography
with the global minimum at the bottom of the narrower funnel. Here we analyse
the effect of this type of transformation on the topography of the potential
energy surface. The transformation, which physically corresponds to a
compression of the cluster, firstly reduces the number of stationary points on
the potential energy surface. Secondly, we show that for a 38-atom cluster with
a face-centred-cubic global minimum the transformation causes the potential
energy surface to become increasingly dominated by the funnel associated with
the global minimum. The transformation has been incorporated in the
basin-hopping algorithm using a two-phase approach.
| [
{
"version": "v1",
"created": "Thu, 6 Jan 2000 19:53:34 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Doye",
"Jonathan",
""
]
] |
cond-mat/0001068 | Oleg Tchernyshyov | Oleg Tchernyshyov and Leonid P. Pryadko (IAS) | Holons on a meandering stripe: quantum numbers | Minor revisions: references updated | Phys. Rev. B 61, 12503 (2000) | 10.1103/PhysRevB.61.12503 | IASSNS-HEP-00/02 | cond-mat.str-el | null | We attempt to access the regime of strong coupling between charge carriers
and transverse dynamics of an isolated conducting ``stripe'', such as those
found in cuprate superconductors. A stripe is modeled as a partially doped
domain wall in an antiferromagnet (AF), introduced in the context of two
different models: the t-J model with strong Ising anisotropy, and the Hubbard
model in the Hartree-Fock approximation. The domain walls with a given linear
charge density are supported artificially by boundary conditions. In both
models we find a regime of parameters where doped holes lose their spin and
become holons (charge Q=1, spin S_z=0), which can move along the stripe without
frustrating AF environment. One aspect in which the holons on the AF domain
wall differ from those in an ordinary one-dimensional electron gas is their
transverse degree of freedom: a mobile holon always resides on a transverse
kink (or antikink) of the domain wall. This gives rise to two holon flavors and
to a strong coupling between doped charges and transverse fluctuations of a
stripe.
| [
{
"version": "v1",
"created": "Fri, 7 Jan 2000 17:11:01 GMT"
},
{
"version": "v2",
"created": "Fri, 14 Jan 2000 19:51:36 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Tchernyshyov",
"Oleg",
"",
"IAS"
],
[
"Pryadko",
"Leonid P.",
"",
"IAS"
]
] |
cond-mat/0001069 | Anirban Chakraborti | Anirban Chakraborti and Bikas K. Chakrabarti | Statistical Physics of the Travelling Salesman Problem | 10 pages, 5 figures, K. C. Kar Memorial Lecture, 1999 (to be
published in Indian J. of Theo. Phys., Calcutta) | Indian J. Theo. Phys. 47, 1 (1999) | null | null | cond-mat.stat-mech | null | If one places N cities on a continuum in an unit area, extensive numerical
results and their analysis (scaling, etc.) suggest that the best normalized
optimal travel distance becomes 0.72 for the Euclidean metric and 0.92 for the
Manhattan metric. The analytic bounds, we discuss here, give 0.5 and 0.92 as
the lower and upper bounds for the Euclidean metric, and 0.64 and 1.17 for the
Manhattan metric. When the cities are randomly placed on a lattice with
concentration p, we find that the normalized optimal travel distance vary
monotonically with p. For p=1, the values in both Euclidean and Manhattan
metric are 1, and as p tends to zero, the values are 0.72 and 0.92 in the
Euclidean and Manhattan metrics respectively.The problem is trivial for p=1 but
it reduces to the continuum TSP as p tends to zero. We do not get any irregular
behaviour at any intermediate point, e.g., the percolation point. The crossover
from the triviality to the NP- hard problem seems to occur at p<1.
| [
{
"version": "v1",
"created": "Fri, 7 Jan 2000 07:07:46 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Chakraborti",
"Anirban",
""
],
[
"Chakrabarti",
"Bikas K.",
""
]
] |
cond-mat/0001075 | Steven M. Anlage | Steven M. Anlage, D. E. Steinhauer, B. J. Feenstra, C. P. Vlahacos, F.
C. Wellstood | Near-Field Microwave Microscopy of Materials Properties | 31 pages, 9 figures, lecture given at the 1999 NATO ASI on Microwave
Superconductivity Changes suggested by editor, including full references | Microwave Superconductivity, edited by H. Weinstock and M.
Nisenoff, (Kluwer, Amsterdam, 2001), pp. 239-269 | null | null | cond-mat.mtrl-sci cond-mat.supr-con | null | Near-field microwave microscopy has created the opportunity for a new class
of electrodynamics experiments of materials. Freed from the constraints of
traditional microwave optics, experiments can be carried out at high spatial
resolution over a broad frequency range. In addition, the measurements can be
done quantitatively so that images of microwave materials properties can be
created. We review the five major types of near-field microwave microscopes and
discuss our own form of microscopy in detail. Quantitative images of microwave
sheet resistance, dielectric constant, and dielectric tunability are presented
and discussed. Future prospects for near-field measurements of microwave
electrodynamic properties are also presented.
| [
{
"version": "v1",
"created": "Fri, 7 Jan 2000 17:00:47 GMT"
},
{
"version": "v2",
"created": "Tue, 18 Apr 2000 15:47:28 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Anlage",
"Steven M.",
""
],
[
"Steinhauer",
"D. E.",
""
],
[
"Feenstra",
"B. J.",
""
],
[
"Vlahacos",
"C. P.",
""
],
[
"Wellstood",
"F. C.",
""
]
] |
cond-mat/0001081 | Eli Barkai | E. Barkai | Transforming Gaussian diffusion into fractional a generalized law of
large numbers approach | 14 pages, 6 figures | null | null | null | cond-mat.stat-mech | null | The fractional Fokker-Planck equation (FFPE) [R. Metzler, E. Barkai, J.
Klafter, Phys. Rev. Lett., 82, 3563 (1999)] describes an anomalous sub
diffusive behavior of a particle in an external force field. In this paper we
present the solution of the FFPE in terms of an integral transformation. The
transformation maps the solution of ordinary Fokker-Planck equation onto the
solution of the FFPE. We investigate in detail the force free particle and the
particle in uniform and harmonic fields. The meaning of the transformation is
explained based on the asymptotic solution of the continuous time random walk
(CTRW). We also find an exact solution of the CTRW and compare the CTRW result
with the integral solution of the FFPE for the force free case.
| [
{
"version": "v1",
"created": "Fri, 7 Jan 2000 23:41:47 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Barkai",
"E.",
""
]
] |
cond-mat/0001084 | Ilya Ginzburg | V.N.Naumov, G.I.Frolova, V.V.Nogteva, P.A.Stabnikov, T.V.Basova,
V.A.Nadolinny, Yu.G.Shvedenkov, I.K.Igumenov (1) ((1) Institute of Inorganic
Chemistry, Siberian Branch of RAS, Novosibirsk, Russia) | Thermodynamic and spectroscopic properties and low temperature
thermochromism of chromium tris-acetylacetonate | 8 pages, latex, 5 eps figures | null | null | null | cond-mat | null | Two narrow anomalies with peaks at $\sim 30 K$ and $\sim 60 K$ and a wide
diffuse anomaly within the range 110-240 K have been found in a low temperature
heat capacity of chromium tris-acetylacetonate Cr(AA)_3. Besides, the
reversible change in color has been discovered when cooling the crystals to
liquid nitrogen temperature (thermochromism). To clear up the nature of these
effects the static magnetic susceptibility was measured within the temperature
range 2-300 K, the ESR-spectra on the Cr^{3+} ion and the transmission spectra
in visible region were recorded at 78 K and 300 K, the Raman spectra were
measured within the range 5-220 K. It has been ascertained that the reversible
effect of thermochromism is observed in most of $\beta$-diketonates of the
transition metals. Some tentative considerations concerning the origin of
discovered effects are put forward.
| [
{
"version": "v1",
"created": "Sat, 8 Jan 2000 16:00:09 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Naumov",
"V. N.",
""
],
[
"Frolova",
"G. I.",
""
],
[
"Nogteva",
"V. V.",
""
],
[
"Stabnikov",
"P. A.",
""
],
[
"Basova",
"T. V.",
""
],
[
"Nadolinny",
"V. A.",
""
],
[
"Shvedenkov",
"Yu. G.",
""
],
[
"Igumenov",
"I. K.",
""
]
] |
cond-mat/0001090 | Satya N. Majumdar | Satya N. Majumdar and Jaikumar Radhakrishnan | Analytical Studies of Strategies for Utilization of Cache Memory in
Computers | 4 pages Revtex (two-column) | null | null | TIFR-TH-2000-1 | cond-mat.stat-mech | null | We analyze quantitatively several strategies for better utilization of the
{\em cache} or the {\em {fast access}} memory in computers. We define a
performance factor $\alpha$ that denotes the fraction of the cache area
utilized when the main memory is accessed at random. We calculate $\alpha$
exactly for different competing strategies, including the hash-rehash and the
skewed-associative strategies which were earlier analyzed via simulations.
| [
{
"version": "v1",
"created": "Sun, 9 Jan 2000 07:08:55 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Majumdar",
"Satya N.",
""
],
[
"Radhakrishnan",
"Jaikumar",
""
]
] |
cond-mat/0001091 | Victor Kurasov | V.Kurasov (Saint-Petersburg State University) | Overlapping of the characteristic regions in the decay on heterogeneous
centers with equal number density | LATEX | null | null | null | cond-mat.stat-mech | null | The situation of the decay of the metastable phase on the several types of
heterogeneous centers is described analytically. The total number of
heterogeneous centers is supposed to be equal for different types. This
description decomposes the general situation into some characterisrtic cases.
Every case can be described by some special method. The problem is to show that
these characteristic cases cover all possible variants of the composition of
the condensation system. This is done is this manuscript. In the first part we
consider the general facts which allow to establish this overlapping in
principle. In the second part we consider some real model systems and show this
overlapping directly by explicit calculations. In the third part we consider
the process of nucleation on ions and give the generalization for the centers
with a rather arbitrary nature.
| [
{
"version": "v1",
"created": "Sun, 9 Jan 2000 16:10:31 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kurasov",
"V.",
"",
"Saint-Petersburg State University"
]
] |
cond-mat/0001092 | Kulic Miodrag | Miodrag L. Kulic, Igor M. Kulic | Josephson Effect in Magnetic Superconductors with Spiral Magnetic Order | RevTex 8 pages. Replacing with a new version with corrected error | null | null | null | cond-mat.str-el | null | It is shown that in magnetic superconductors with spiral magnetic order the
Josephson current has an additional contribution which depends: (i) on the
relative orientation (magnetic phase) $\theta =\theta_{L}-\theta_{R}$ of
magnetizations on the left ($L$) and right ($R$) banks of the contact, (ii) on
the junction helicity $\chi =\chi_{L}\chi_{R}$, (with spiral helicity $\chi
_{L(R)}=\pm 1$), i.e. $J=[J_{c}-J_{\chi}\cos \theta ]\sin \phi $ with $\phi
=\phi_{L}-\phi_{R}$. The ratio $R_{\chi}\equiv J_{\chi}/J_{c}$ is calculated as
a function of the superconducting order parameter $\Delta $, the exchange field
energy $h$ and the wave vector $Q$ of the spiral magnetic structure. The $\pi
$-Josephson contact can be realized in such a system in some region of
parameters. Some possible consequences of this new phase relation is also
analyzed.
| [
{
"version": "v1",
"created": "Sun, 9 Jan 2000 20:50:14 GMT"
},
{
"version": "v2",
"created": "Wed, 31 May 2000 22:08:42 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kulic",
"Miodrag L.",
""
],
[
"Kulic",
"Igor M.",
""
]
] |
cond-mat/0001096 | Mahesh Chandran | Mahesh Chandran (Tata Institute of Fundamental Research, Mumbai) | Irreversibility temperature from magnetic relaxation | 2 Pages, 1 Figure, submitted for Conference Proceedings of the
M2S-HTSC VI, Feb. 20-25, Houston, Texas | null | null | null | cond-mat.supr-con | null | Simulation of the magnetic relaxation in a model of hard superconductor
reveals a new time scale below the irreversibility temperature. The relaxation
in this new time scale, which appears in an intermediate time window, is a
power law and is related to self organization of the magnetic flux around the
critical current density J_c during the relaxation. Emergence of a new time
scale which along with the time scale for long time relaxation due to thermally
activated process dynamically identifies the irreversibility temperature.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 09:00:42 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Chandran",
"Mahesh",
"",
"Tata Institute of Fundamental Research, Mumbai"
]
] |
cond-mat/0001100 | Elka Korutcheva | Elka Korutcheva and N.Tonchev | Finite Size Scaling of Perceptron | 7 pages, 1 figure, Submitted to Phys.Lett.A | null | null | null | cond-mat.stat-mech | null | We study the first-order transition in the model of a simple perceptron with
continuous weights and large, bit finite value of the inputs. Making the
analogy with the usual finite-size physical systems, we calculate the shift and
the rounding exponents near the transition point. In the case of a general
perceptron with larger variety of inputs, the analysis only gives bounds for
the exponents.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 11:46:38 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Korutcheva",
"Elka",
""
],
[
"Tonchev",
"N.",
""
]
] |
cond-mat/0001104 | Victor Kurasov | V.Kurasov (Saint-Petersburg State University) | Decay on several sorts of heterogeneous centers: Special monodisperse
approximation in the situation of strong unsymmetry. 1. General results | LATEX | null | null | null | cond-mat.stat-mech | null | The situation of the metastable phase decay on the several types of
heterogeneous centers is considered. The method to spread the monodisperse
approximation on the situation of the strong unsymmetry is presented. The
simple analytical formulas for the main characteristics of the nucleation are
given. Three approximations for the supersaturation behavior are suggested and
the results of their application are analysed. This section is devoted to the
derivation of the general formulas.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 14:57:04 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kurasov",
"V.",
"",
"Saint-Petersburg State University"
]
] |
cond-mat/0001106 | Andras Halbritter | A. Halbritter, O.Yu. Kolesnychenko, G. Mihaly, O.I. Shklyarevskii, H.
van Kempen | Transport properties and point contact spectra of Ni_xNb_{1-x} metallic
glasses | 4 pages, 5 figures | Phys. Rev. B 61, 5846 (2000) | 10.1103/PhysRevB.61.5846 | null | cond-mat.dis-nn cond-mat.supr-con | null | Bulk resistivity and point contact spectra of Ni_xNb_{1-x} metallic glasses
have been investigated as functions of temperature (0.3-300K) and magnetic
field (0-12T). Metallic glasses in this family undergo a superconducting phase
transition determined by the Nb concentration. When superconductivity was
suppressed by a strong magnetic field, both the bulk sample R(T) and the point
contact differential resistance curves of Ni_xNb_{1-x} showed logarithmic
behavior at low energies, which is explained by a strong electron - "two level
system" coupling. We studied the temperature, magnetic field and contact
resistance dependence of Ni_{44}Nb_{56} point-contact spectra in the
superconducting state and found telegraph-like fluctuations superimposed on
superconducting characteristics. These R(V) characteristics are extremely
sensitive detectors for slow relaxing "two level system" motion.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 15:02:38 GMT"
},
{
"version": "v2",
"created": "Tue, 1 Feb 2000 16:11:25 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Halbritter",
"A.",
""
],
[
"Kolesnychenko",
"O. Yu.",
""
],
[
"Mihaly",
"G.",
""
],
[
"Shklyarevskii",
"O. I.",
""
],
[
"van Kempen",
"H.",
""
]
] |
cond-mat/0001108 | Victor Kurasov | V.Kurasov (Saint-Petersburg State University) | Decay on several sorts of heterogeneous centers: Special monodisperse
approximation in the situation of strong unsymmetry. 2. Numerical results for
the total monodisperse approximation | LATEX | null | null | null | cond-mat.stat-mech | null | The situation of the metastable phase decay on the several types of
heterogeneous centers is considered. This publication directly continues "
[email protected] get 0001104 ". Here we give the results of numerical
modeling for the total monodisperse approximation. The numerical results for
the relative error of this approximation are presented. These results are
necessary to estimate from above the error of the special monodisperse
approximation.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 15:56:13 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kurasov",
"V.",
"",
"Saint-Petersburg State University"
]
] |
cond-mat/0001110 | Peeters Francois | V.A. Schweigert and F.M. Peeters | Paramagnetic Meissner effect in mesoscopic samples | 4 pages, 6 figures | null | null | null | cond-mat.supr-con | null | Using the non-linear Ginzburg-Landau (GL) theory, we study the magnetic
response of different shaped samples in the field-cooled regime (FC). For high
external magnetic fluxes, the conventional diamagnetic response under cooling
down can be followed by the paramagnetic Meissner effect (PME). A second-order
transition from a giant vortex state to a multi-vortex state, with the same
vorticity, occurs at the second critical field which leads to the suppression
of PME.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 17:27:52 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Schweigert",
"V. A.",
""
],
[
"Peeters",
"F. M.",
""
]
] |
cond-mat/0001112 | Victor Kurasov | V.Kurasov (Saint-Petersburg State University) | Decay on several sorts of heterogeneous centers: Special monodisperse
approximation in the situation of strong unsymmetry. 3. Numerical results for
the special monodisperse approximation | LATEX | null | null | null | cond-mat.stat-mech | null | The situation of the metastable phase decay on the several types of
heterogeneous centers is considered. This publication directly continues "
[email protected] get 0001104 ", " [email protected] get 0001108 ".
Here we present the numerical results for the floating monodisperse
approximation.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 18:14:25 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kurasov",
"V.",
"",
"Saint-Petersburg State University"
]
] |
cond-mat/0001114 | Victor Kurasov | V.Kurasov (Saint-Petersburg State University) | Decay on several sorts of heterogeneous centers: Special monodisperse
approximation in the situation of strong unsymmetry. 4. Numerical results for
the approximation of essential asymptotes | LATEX | null | null | null | cond-mat.stat-mech | null | The situation of the metastable phase decay on the several types of
heterogeneous centers is considered. This publication directly continues "
[email protected] get 0001104 ", " [email protected] get 0001108" and "
[email protected] get 0001112 " . In this section the approximation od the
essential asymptotes is formulated. This approximation is more simple than the
floating monodisperse approximation and the special monodisperse approximation.
The evident advantage of this approximation is the absence of the exponential
nonlinearity.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 18:57:44 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kurasov",
"V.",
"",
"Saint-Petersburg State University"
]
] |
cond-mat/0001116 | Galina V. Shpatakovskaya | G.V.Shpatakovskaya (Institute for Mathematical
Modelling,RAS,Russia,Moscow) | Semiclassical description of electronic supershells in simple metal
clusters | 6 pages, 1 Postscript figure, Latex | Pis'ma Zh. Eksp. Teor. Fiz. 70 (1999), 333-337 | null | null | cond-mat.mes-hall | null | A semiclassical approach for calculating shell effects, that has been used in
atomic and plasma physics, is applied to describe the electronic supershells in
metal clusters. Using the spherical jellium model we give the analytical
expression for the oscillating part of the binding energy of electrons as an
explicit sum of contributions from supershells with quantum numbers 2n_r+l,
3n_r+l, 4n_r+l, ... This expression is written in terms of the classical
characteristics of the motion of an electron with the Fermi energy in a
self-consistent potential. The conditions under which a new supershell appears
and the relative contribution of this shell are studied as a function of the
cluster size and form of the potential. Specific calculations are performed for
a square well.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 19:28:00 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Shpatakovskaya",
"G. V.",
"",
"Institute for Mathematical\n Modelling,RAS,Russia,Moscow"
]
] |
cond-mat/0001118 | Mark Newman | M. E. J. Newman (Santa Fe Institute) | Models of the Small World: A Review | 9 pages including 3 postscript figures, bibliography updated and
minor corrections to text in this version | J. Stat. Phys. 101, 819-841 (2000) | null | Santa Fe Institute working paper 99-12-080 | cond-mat.stat-mech cond-mat.dis-nn nlin.AO | null | It is believed that almost any pair of people in the world can be connected
to one another by a short chain of intermediate acquaintances, of typical
length about six. This phenomenon, colloquially referred to as the ``six
degrees of separation,'' has been the subject of considerable recent interest
within the physics community. This paper provides a short review of the topic.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 20:16:35 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2000 16:55:09 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Newman",
"M. E. J.",
"",
"Santa Fe Institute"
]
] |
cond-mat/0001119 | Victor Kurasov | V.Kurasov (Saint-Petersburg State University) | Different approaches in the theory of the metastable phase decay on
several types of heterogeneous centers | LATEX | null | null | null | cond-mat.stat-mech | null | The situation of the metastable phase decay on the several types of
heterogeneous centers is considered. The iteration procedure is formulated and
with the help of the avalanche consumption property all iterations can be
calculated. The same procedure is done for the monodisperse approximation. Here
the avalnche consumption is also used to calculate iterations. It is shown that
all iterations with a high number have one and the same structure. It allows to
obtain the functional form of solution and to formulate directly an equation on
the parameter of this functional form.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 20:25:47 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kurasov",
"V.",
"",
"Saint-Petersburg State University"
]
] |
cond-mat/0001121 | Vilen Melik-Alaverdian | V. Melik-Alaverdian, G. Ortiz, N. E. Bonesteel | Quantum Projector Method on Curved Manifolds | 28 pages, 6 figures | null | null | null | cond-mat.stat-mech | null | A generalized stochastic method for projecting out the ground state of the
quantum many-body Schr\"odinger equation on curved manifolds is introduced.
This random-walk method is of wide applicability to any second order
differential equation (first order in time), in any spatial dimension. The
technique reduces to determining the proper ``quantum corrections'' for the
Euclidean short-time propagator that is used to build up their path-integral
Monte Carlo solutions. For particles with Fermi statistics the ``Fixed-Phase''
constraint (which amounts to fixing the phase of the many-body state) allows
one to obtain stable, albeit approximate, solutions with a variational
property. We illustrate the method by applying it to the problem of an electron
moving on the surface of a sphere in the presence of a Dirac magnetic monopole.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 21:12:54 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Melik-Alaverdian",
"V.",
""
],
[
"Ortiz",
"G.",
""
],
[
"Bonesteel",
"N. E.",
""
]
] |
cond-mat/0001122 | Loison | D. Loison | "Quasi Universality classes" in 2D frustrated XY spin systems | 34 pages, 28 figures | null | null | null | cond-mat.stat-mech | null | Classical XY spins on a two dimensional triangular lattice with
antiferromagnetic interactions are reconsidered. We find that the
Kosterlitz-Thouless transition associated to the U(1) symmetry appears at a
temperature 0.0020(2) below the Ising transition at 0.5122(1) associated to the
Z_2 symmetry. The Ising transition has critical exponents different from the
standard ones. Using extensive Monte Carlo simulations for equilibrium and
dynamical properties we show that the lack of universality observed in previous
studies is due to finite size corrections not taken account. Likewise the
Kosterlitz-Thouless transition has a critical exponent \eta\approx0.36 larger
than the corresponding standard value 0.25. Also the helicity jump at the
critical temperature is smaller than in the ferromagnetic case in disagreement
with theoretical predictions. We try using the concept of an "quasi
Universality class" to reconcile the standard critical behavior observable at
higher temperatures with the different quasi universal one close to the
critical region.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 21:28:01 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Loison",
"D.",
""
]
] |
cond-mat/0001123 | Alberto G. Rojo | M. Danckwerts A. R. Goni, C.Thomsen, K.Eberl, and A.G. Rojo | Enhanced vortex damping by eddy currents in superconductor-semiconduc
tor hybrids | 4 figures | null | null | null | cond-mat.supr-con | null | An enhancement of vortex-motion damping in thin Pb/In superconducting films
is obtained through coupling to an adjacent two-dimensional electron gas formed
in a modulation-doped GaAs/AlGaAs heterostructure. This effect is observed by
monitoring the power dissipation at the superconductor in the vortex state
while increasing the density of the electron gas using a gate voltage.
Quantitative agreement is found with calculations based on a viscous model of
vortex damping which considers generation of eddy currents in the electron gas
by moving flux lines. In the regime of filamentary and channel vortex flow,
eddy-current damping leads to striking dissipation breakdown due to stopping of
entire vortex channels.
| [
{
"version": "v1",
"created": "Mon, 10 Jan 2000 22:18:25 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Goni",
"M. Danckwerts A. R.",
""
],
[
"Thomsen",
"C.",
""
],
[
"Eberl",
"K.",
""
],
[
"Rojo",
"A. G.",
""
]
] |
cond-mat/0001126 | Koji Hukushima | H. Kawamura and K. Hukushima | Dynamical aspects of a three-dimensional Heisenberg spin glass | 9 pages, 8 figures, proceedings of the US-Japan bilateral seminar on
`Understanding and Conquering L ong Time Scales in Computer Simulations',
July 1999, to appear in Int. J. Mod. Phys. C | null | null | null | cond-mat.dis-nn | null | Spin-glass and chiral-glass orderings of a three-dimensional isotropic
Heisenberg spin glass are studied both by equilibrium and off-equilibrium Monte
Carlo simulations with emphasis on their dynamical aspects. The model is found
to exhibit a finite-temperature chiral-glass transition without the
conventional spin-glass order. Although chirality is an Ising-like quantity
from symmetry, universality class of the chiral-glass transition appears to be
different from that of the standard Ising spin glass. In the off-equilibrium
simulation, while the spin autocorrelation exhibits only an interrupted aging,
the chirality autocorrelation persists to exhibit a pronounced aging effect
reminiscent of the one observered in the mean-field model.
| [
{
"version": "v1",
"created": "Tue, 11 Jan 2000 03:19:36 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Kawamura",
"H.",
""
],
[
"Hukushima",
"K.",
""
]
] |
cond-mat/0001139 | Phil Fraundorf | W. Qin and P. Fraundorf | Lattice parameters from direct-space images at two tilts | 14 pages, 7 figs, 3 tables, 25 refs, RevTeX4, notes
http://www.umsl.edu/~fraundor/help/imagnxtl.htm | Ultramicroscopy 94, 3-4 (2003) 245-262 | null | null | cond-mat.mtrl-sci math.MG physics.ins-det | null | Lattices in three dimensions are oft studied from the ``reciprocal space''
perspective of diffraction. Today, the full lattice of a crystal can often be
inferred from direct-space information about three sets of non-parallel lattice
planes. Such data can come from electron-phase or Z contrast images taken at
two tilts, provided that one image shows two non-parallel lattice
periodicities, and the other shows a periodicity not coplanar with the first
two. We outline here protocols for measuring the 3D parameters of cubic lattice
types in this way. For randomly-oriented nanocrystals with cell side greater
than twice the continuous transfer limit, orthogonal +/-15 deg and +/-10 deg
tilt ranges might allow one to measure 3D parameters of all such lattice types
in a specimen from only two well-chosen images. The strategy is illustrated by
measuring the lattice parameters of a 10 nm WC_{1-x} crystal in a
plasma-enhanced chemical-vapor deposited thin film.
| [
{
"version": "v1",
"created": "Tue, 11 Jan 2000 22:40:10 GMT"
},
{
"version": "v2",
"created": "Mon, 29 Oct 2001 00:28:34 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Qin",
"W.",
""
],
[
"Fraundorf",
"P.",
""
]
] |
cond-mat/0001140 | Thomas A. Vilgis | T.A. Vilgis, A. Johner, J.-F. Joanny | Stretching necklaces | to appear in European Phys. Journal E (soft matter) | null | null | null | cond-mat.soft cond-mat.mtrl-sci | null | Polyelectrolytes in poor solvents show a necklace structure where collapsed
polymer pearls are linked to stretched strings. In the present paper the
elasticity of such chains is studied in detail. Different deformation regimes
are addressed. The first is the continuous regime, where many pearls are
present. A continuous force extension relation ship is calculated. The main
contribution comes from the tension balance and the electrostatic repulsion of
consecutive pearls. The main correction term stems from the finite size of the
pearls, which monitors their surface energy. For a finite amount of pearls
discontinuous stretching is predicted. Finally counterion effects are discussed
qualitatively.
| [
{
"version": "v1",
"created": "Tue, 11 Jan 2000 16:38:37 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Vilgis",
"T. A.",
""
],
[
"Johner",
"A.",
""
],
[
"Joanny",
"J. -F.",
""
]
] |
cond-mat/0001143 | David B. Haviland | D. B. Haviland, K. Andersson, P. Agren | Superconducting and Insulating Behavior in One-Dimensional Josephson
Junction Arrays | 17 pages,8 figures, ETMS meeting Gothenburg Sweden, to appear JLTP | null | null | null | cond-mat.mes-hall cond-mat.supr-con | null | Experiments on one-dimensional small capacitance Josephson Junction arrays
are described. The arrays have a junction capacitance that is much larger than
the stray capacitance of the electrodes, which we argue is important for
observation of Coulomb blockade. The Josephson energy can be tuned in situ and
an evolution from Josephson-like to Coulomb blockade behavior is observed. This
evolution can be described as a superconducting to insulating, quantum phase
transition. In the Coulomb blockade state, hysteretic current-voltage
characteristics are described by a dynamic model which is dual to the
resistively shunted junction model of classical Josephson junctions.
| [
{
"version": "v1",
"created": "Tue, 11 Jan 2000 17:00:06 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Haviland",
"D. B.",
""
],
[
"Andersson",
"K.",
""
],
[
"Agren",
"P.",
""
]
] |
cond-mat/0001146 | James R. Anglin | J.R. Anglin and W.H. Zurek | Probing quantum statistical mechanics with Bose gases: Non-trivial order
parameter topology from a Bose-Einstein quench | 6 pages, 3 figures, to appear in the proceedings of ISQM Tokyo 98 | null | null | null | cond-mat.stat-mech cond-mat.soft | null | This is a less technical presentation of the ideas in quant-ph/9804035 [Phys
Rev Lett 83 (1999), 1707-1710]. A second order phase transition induced by a
rapid quench can lock out topological defects with densities far exceeding
their equilibrium expectation values. This phenomenon is a generic prediction
of nonequilibrium statistical mechanics, and can appear in a wide range of
physical systems. We discuss it qualitatively in the context of trapped dilute
Bose-Einstein condensates, outline a simple quantitative theory based on the
time-dependent Ginzburg-Landau equation, and briefly compare the results of
quantum kinetic theory.
| [
{
"version": "v1",
"created": "Tue, 11 Jan 2000 20:15:48 GMT"
}
] | 2007-05-23T00:00:00 | [
[
"Anglin",
"J. R.",
""
],
[
"Zurek",
"W. H.",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.