{ "paper_id": "J85-2001", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T02:16:27.379891Z" }, "title": "THE JAPANESE GOVERNMENT PROJECT FOR MACHINE TRANSLATION", "authors": [ { "first": "Makoto", "middle": [], "last": "Nagao", "suffix": "", "affiliation": { "laboratory": "", "institution": "Kyoto University Sakyou-ku", "location": { "postCode": "606", "settlement": "Kyoto", "country": "Japan" } }, "email": "" }, { "first": "Jun-Ichi", "middle": [], "last": "Tsujii", "suffix": "", "affiliation": { "laboratory": "", "institution": "Kyoto University Sakyou-ku", "location": { "postCode": "606", "settlement": "Kyoto", "country": "Japan" } }, "email": "" }, { "first": "Jun-Ichi", "middle": [], "last": "Nakamura", "suffix": "", "affiliation": { "laboratory": "", "institution": "Kyoto University Sakyou-ku", "location": { "postCode": "606", "settlement": "Kyoto", "country": "Japan" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "", "pdf_parse": { "paper_id": "J85-2001", "_pdf_hash": "", "abstract": [], "body_text": [ { "text": "The project is funded by a grant from the Agency of Science and Technology through the Special Coordination Funds for the Promotion of Science and Technology, and was started in fiscal 1982. The formal title of the project is \"Research on Fast Information Services between Japanese and English for Scientific and Engineering Literature\". The purpose is to demonstrate the feasibility of machine translation of abstracts of scientific and engineering papers between the two languages, and as a result, to establish a fast information exchange system for these papers. The project term was initially scheduled as three years from the fiscal year of 1982 with a budget of about seven hundred million yen, but, due to the present financial pressures on the government, the term has been extended to four years, up to 1986.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "The project is conducted by the close cooperation between four organizations. At Kyoto University, we have the responsibility of developing the software system for the core part of the machine translation process (grammar writing system and execution system); grammar systems for analysis, transfer and synthesis; detailed specification of what information is written in the word dictionaries (all the parts of speech in the analysis, transfer, and generation dictionaries), and the working manuals for constructing these dictionaries. The Electrotechnical Laboratories (ETL) are responsible for the machine translation text input and output, morphological analysis and synthesis, and the construction of the verb and adjective dictionaries based on the working manuals prepared at Kyoto. The Japan Information Center for Science and Technology (JICST) is in charge of the noun dictionary and the compiling of special technical terms in scientific and technical fields. The Research Information Processing System (RIPS) under the Agency of Engineer-.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "mg Technology is responsible for completing the machine translation system, including the man-machine interfaces to the system developed at Kyoto, which allow pre-and post-editing, access to grammar rules, and dictionary maintenance.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "# .", "sec_num": null }, { "text": "The project is not primarily concerned with the development of a final practical system; that will be developed by private industry using the results of this project. Technical know-how is already being transferred gradually to private enterprise through the participation in the project of people from industry. Software and linguistic data are also being transferred in part. Finally, complete technical transfer will be done under the proper conditions.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "# .", "sec_num": null }, { "text": "The Japanese source texts being used are abstracts of scientific and technical papers published in the monthly JICST journal d Current Bibliography of Science and Technology. At present, the project is only processing texts in the electronics, electrical engineering, and computer science fields. English source texts will be abstracts from INSPEC in these fields.. The sentence structures used in abstracts tend .to be complex compared to ordinary sentences, with long nominal compounds, noun-phrase conjunctions, mathematical and physical formulas, long embedded sentences, and so on. The analysis and translation of this type of sentence structure is far more difficult than ordinary sentence patterns. However, we have not included a pre-editing stage because we wanted to find the ultimate limitations on handling this type of complex sentence structure.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "# .", "sec_num": null }, { "text": "Our system is based on the following concepts: 1. The use of all available linguistic information, both surface and syntactic. The writing of as detailed as possible syntactic rules. The development of a grammar writing system that can accept any future level of sophisticated linguistic theory. 2. The introduction of semantic information wherever necessary to enable the syntactic analysis to be as accurate as possible. The importance of semantic information not over-estimated; a well-balanced usage of both syntax and semantics. Heavily seman-Copyright1985 by the Association for Computational Linguistics. Permission to copy without fee all or part of this material is granted provided that the copies are not made for direct commercial advantage and the CL reference and this copyright notice are included on the first page. To copy otherwise, or to republish, requires a fee and/or specific permission.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "# .", "sec_num": null }, { "text": "0362-613X/85/02091-111503.00", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "# .", "sec_num": null }, { "text": "Computational Linguistics, Volume I I, Numbers 2-3, April-September 1985 tics-oriented analysis is very attractive and effective for sentences within narrow limits, but a system of that type cannot cope with the complicated structures found in descriptions of the wider world where semantic description becomes almost impossible. 3. There are many exceptional linguistic phenomena that are more word-specific than explainable in general linguistic theory. The system should be able to accept word-specific rules. In our system, these rules are written into the lexical entries, with the priority given to these grammar rules in the analysis, transfer, and synthesis phases. This mechanism allows the system to be upgraded step by step by the accumulation of linguistic facts and word-specific rules in the dictionary and effectively bypasses any deadlock in system improvement. 4. The system must be able to produce an output with an imperfect sentence structure and containing untranslated original words rather than fail in cases where the analysis was imperfect. From the posteditor's point of view, an imperfect output is far preferable to no output at all. Many other concepts and methods have been developed in our machine translation system, and these are explained in the sections following. This paper concentrates on the main features of the Japanese to English translation system. Details of the English to Japanese system, which is also included in our national machine translation project, is being developed, and the result will be published shortly.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "# .", "sec_num": null }, { "text": "In developing a machine translation system, the grammar rules should accurately reflect the intention of the grammar writer. This is fundamental to the achievement of a good grammar system. One of the basic necessities of any machine translation system is a programming language to write the grammar composed of the language for specifying the grammar rules and the accompanying execution system.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "OBJECTIVES OF THE SOFTWARE SYSTEM", "sec_num": "2.1" }, { "text": "A grammar-writing language for machine translation that is powerful must fulfill the following requirements: 1. The language must allow manipulation of linguistic characteristics in both source and target languages. The linguistic structure of Japanese differs greatly from that of English. For instance, in Japanese, the restrictions on word order are not so strong, and some syntactic components can be omitted. A grammar writer must be able to reflect these sorts of characteristics. 2. It is desirable that the grammar-writing language use the same framework for writing the grammars in the analysis, transfer, and synthesis phases. The grammar writer should not be forced to learn several different systems for the different translation stages.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "OBJECTIVES OF THE SOFTWARE SYSTEM", "sec_num": "2.1" }, { "text": "With these points in mind, we developed a new software system for machine translation comprising the language used to specify the grammar rules and the execution system. We call it GRADE (GRAmmar DEscriber).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "OBJECTIVES OF THE SOFTWARE SYSTEM", "sec_num": "2.1" }, { "text": "The data format used to express the structure of a sentence during the analysis, transfer, and generation phases has a large influence on the design of the grammar writing language. GRADE uses an annotated tree structure to represent the sentence structure during the translation process. Grammatical rules in GRADE are described in the form of tree-to-tree transformations with each node annotated. The annotated tree in GRADE is a tree structure whose nodes are annotated by sets of property-value pairs. This tree-to-tree transformation gives a great power of expression to rewriting rules that can be used in the grammars for the analysis, transfer, and synthesis phases of the machine translation system. Annotation parts can be used to express information such as syntactic category, number, semantic markers, and other properties. They can also be used as flags to control rule application.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE STRUCTURE OF GRADE", "sec_num": "2.2" }, { "text": "A rewriting rule in GRADE consists of a declaration part and a main part. The declaration part has the following four components:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE STRUCTURE OF GRADE", "sec_num": "2.2" }, { "text": "\u2022 Directory entry part, containing the grammar writer's name, the version number of the rewriting rule, and the last revision date. This part is not used at execution time. The grammar writer can access the information using the HELP facility in GRADE. \u2022 Property definition part, where the grammar writer declares the property names and their possible values. \u2022 Variable definition part, where the grammar writer declares the names of the variables. \u2022 Matching instruction part, where the grammar writer specifies the mode of application of the rewriting rule to an annotated tree. The main part specifies the transformation in the rewriting rule, and has the following three parts:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE STRUCTURE OF GRADE", "sec_num": "2.2" }, { "text": "\u2022 Matching condition part, which describes the conditions for the structure of trees and the property values of nodes. \u2022 Substructure operation part, which specifies the operations for the parts of the annotated tree that match the conditions written in the matching condition part. \u2022 Creation part, which specifies the structure and the property values of the transformed annotated trees. The matching condition part allows the grammar writer to specify not only a specific structure for an annotated tree but also structures that may repeat several times, structures that are optional, and structures where the order of the substructures is unrestricted.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE STRUCTURE OF GRADE", "sec_num": "2.2" }, { "text": "The substructure operation part specifies operations on the parts of the annotated tree that match in the matching condition part. It allows the grammar writer to assign a property value to a node, or to assign a variable Makoto Nagao, Jun-ichi Tsujii, Jun-iehi Nakamura Japanese Government Project for MT to a tree or property value. The variable is declared in the variable declaration part. It also allows him to call a subgrammar, a subgrammar network (which is explained below), a dictionary rule, a built-in function, or a LISP function. In addition, the grammar writer can specify a conditional operation using the IF-THEN-ELSE statement.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE STRUCTURE OF GRADE", "sec_num": "2.2" }, { "text": "The structure and the property values of the transformed annotated tree are written in the creation part. The transformed tree is described by node labels that are used in the matching condition part or the substructure operation part.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE STRUCTURE OF GRADE", "sec_num": "2.2" }, { "text": "The matching instruction parr of a rewriting rule specifies the application path through the annotated tree. Paths through the trees are specified by combinations of the four basic modes: left-to-right, right-to-left, bottom-to-top, and top-to-bottom. GRADE allows the grammar writer to divide the whole grammar into several subgrammars and to describe the phases of the translation process separately. A subgrammar may correspond to a grammatical unit such as the parsing of a simple noun phrase or the parsing of a simple sentence. The network of subgrammars forming the whole grammar allows the grammar writer to control the translation process in detail. If the subgrammar network in the analysis phase consists of the subgrammar for a noun phrase (SG1) and the subgrammar for a verb phrase (SG2) in this sequence, the GRADE executor first applies SG1 to the input sentence, and then applies SG2 to the result.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE STRUCTURE OF GRADE", "sec_num": "2.2" }, { "text": "GRADE allows a grammar writer to write word-specific grammar rules as a subgrammar at the word dictionary entry level. A subgrammar written in a dictionary entry is called a dictionary or lexical rule. A dictionary rule is specific to a particular word in the dictionary. A dictionary rule is called by the CALL-DIC function in the substructure operation part. When CALL-DIC is executed by an entry word and rule identifier as keys, the dictionary rule is retrieved and is applied to the part of the annotated tree specified by the grammar writer.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SOME SPECIFIC FEATURES OF GRADE", "sec_num": "2.3" }, { "text": "Any grammar writing language must be able to resolve the syntactic and semantic ambiguities found in natural languages. GRADE allows the grammar writer to merge the results of all possible tree-to-tree transformations for a particular subgrammar. However, it must avoid any combinatorial explosion when it encounters ambiguities.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SOME SPECIFIC FEATURES OF GRADE", "sec_num": "2.3" }, { "text": "For instance, let us take the case where a grammar writer writes a subgrammar to analyze the case frame of a verb, containing two rewriting rules; one rule is to construct a VP (verb phrase) from a V and NP (verb and noun phrase), and the other is to construct a VP from a V, NP, and PP (verb, noun phrase, and prepositional phrase). When he specifies the NONDETERMINISTIC-PARALLELED mode for the subgrammar, the GRADE executor applies both rewriting rules to the input tree, constructs two transformed trees, and merges them into a new tree whose root node has the special PARA property. The root node is called a para node and the subtrees under this node are the trees that have been transformed by the rewriting rules. Figure 1 shows this mode applied to create a para node.", "cite_spans": [], "ref_spans": [ { "start": 723, "end": 731, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "SOME SPECIFIC FEATURES OF GRADE", "sec_num": "2.3" }, { "text": "The grammar writer can select the most suitable subtree under the para node by applying an subgrammar that assigns a priority value to each subtree and using a built-in function that orders the subtrees according to their values.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SOME SPECIFIC FEATURES OF GRADE", "sec_num": "2.3" }, { "text": "A para node is treated the same as other nodes in the current implementation of GRADE. The grammar writer can use the para node as he wants, and can select a subtree under a para node at a later application of the grammar rule. The system configuration of GRADE is shown in Figure 2 . Grammar rules written in GRADE are first translated by the GRADE translator into internal forms, expressed as S-expressions in LISP. The internal forms of the grammar rules are applied to the input tree that is output by the morphological analysis program. The rules are applied by the GRADE executor, and the results are sent to the morphological generation program.", "cite_spans": [], "ref_spans": [ { "start": 274, "end": 283, "text": "Figure 2", "ref_id": "FIGREF1" } ], "eq_spans": [], "section": "SOME SPECIFIC FEATURES OF GRADE", "sec_num": "2.3" }, { "text": "The GRADE system program is written in UTILISP (University of Tokyo Interactive LISP) and implemented on a FACOM M382 computer, which can handle Chinese characters. The system will also run on the Symbolics 3600. The system program contains about 10,000 lines.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SOME SPECIFIC FEATURES OF GRADE", "sec_num": "2.3" }, { "text": "3 THE DICTIONARIES Because our system is based on the \"transfer\" approach, there are three separate dictionaries (for analysis, transfer, and synthesis). In this project, Japanese words are classified into 12 major categories (parts of speech) and 46 subcategories according to their morpho-syntactic behaviour. English words are classified into 14 major categories and 28 subcategories. The outline of the dictionaries of different kinds is explained in this section. The details are available in the Japanese literature.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SOME SPECIFIC FEATURES OF GRADE", "sec_num": "2.3" }, { "text": "3.1.1 ANALYSIS DICTIONARY FOR VERBS Some Japanese verbs are used in a wide range of circumstances, each usage expressing a subtly different \"meaning\". These must all be translated into English differently. Distinguishing these different usages requires careful investigation of the context around the verb. As described in section 2, GRADE allows the definition of grammar rules that are applied only to specific lexical items. We use this capability to discriminate between verb usages. However, many verbs have only two or three different usages at most. We prepared a fixed format for the lexical coding of these verbs. Descriptions in this format are converted to internal representation in GRADE automatically by a program. For verbs that have a wide range of usages, where the rules need to be written based on a variety of heuristic information, the grammar rules can be written directly in GRADE, bypassing the fixed format. In the fixed format, a verb can have several case frames corresponding to different usages. A case frame in Japanese is represented as a set of triplets like:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE JAPANESE ANALYSIS DICTIONARY", "sec_num": "3.1" }, { "text": "(Surface-Case-Mark Deep-Case Constraints-on NP) ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE JAPANESE ANALYSIS DICTIONARY", "sec_num": "3.1" }, { "text": "SCM is a set of postpositional case particles, one of which follows the noun phrase to fill the case. DC expresses the deep case interpretation of the relationship between the verb and the noun phrase. CON specifies a set of semantic markers that the noun phrase to fill the case should have. Note that the deep case interpretation of the same surface case particle changes depending on the verb. We listed 103 postpositional case particles and 33 deep case relations in Japanese, and 32 deep case relations in English (Table 1) , which we believe to be sufficient for Japanese to English translation. Figure 3 gives a list of semantic markers used for semantic specification of the nouns in CON. ,g", "cite_spans": [], "ref_spans": [ { "start": 519, "end": 528, "text": "(Table 1)", "ref_id": "TABREF0" }, { "start": 602, "end": 610, "text": "Figure 3", "ref_id": null } ], "eq_spans": [], "section": "THE JAPANESE ANALYSIS DICTIONARY", "sec_num": "3.1" }, { "text": "~'~ ,~ m o,,~ cl o I ~.-~ U ~ e-i m 0 0 U~ 1 4.1 I~.~ fa.1 r.3 C..I O 0 i...I.,-I IJ ~J ~ g 4-1 N g 0 ~-40 Z \u00ae 4..I 0 0 CJ 0 ~ ~ ~J 0 l ~ l I 0 E~ tJ 0 ~ ~ [ O Cl \"I O N ~J ~ .\"4 O I tJ gh ~ 4J m 0 ~J O~ oo o i 0 0 aJ aJ ~ C~ 0 ~ O0 0 ~J 0 W 0 U ~ NN\u00ae tJ N N ~ O O ~ O ~ mCJ ~ m ~ 0 m 0 cJ 1 4J ,.~ m ,JO bOO 0 ~J I ~ .,,4 O~ ~ 4J 4.I N N N N N 0 \u2022 i-I ,.o Ill I..i O ~ .l,J U 0J m ~ I1 U O2 I N W 0 4J ,IJ U QJ 4J Figure 3.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "System of semantic primitives for nouns. Since one case frame corresponds to one usage of a verb, and each usage corresponds to a different \"meaning\" of the verb, the lexical properties of verbs are represented by the properties of each case frame. The following properties are coded for each case frame. a. Aspectual features: stative, semi-stative, durative, resultant, transitional. b. Volition: volitional verb, non-volitional verb, c. Possible transformations of surface case markers:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "Some auxiliary verbs that follow the verb and express passive, or causative voice, etc., change the surface case marking; that is, the postpositional case particles described in SCM are changed. Which auxiliary verbs can follow, and what transformation of surface case markers is caused by an auxiliary verb, depend on the verb itself, and so are marked as a lexical property of the verb. d. Idiomatic expressions: Information on collocation; for example, which nouns and adverbs are often collocated with the verb are described in this column. e. Lexical entry in transfer dictionary: As described before, a verb may have more than one case frame] each of which corresponds to one \"meaning\" of the verb. The transfer dictionary contains an entry for each meaning. Thus a single surface verb in Japanese may correspond to several different entries in the transfer dictionary. On the other hand, certain usages ,of different surface verbs may be reduced to a single entry in the transfer dictionary, if they are synonymous. f. Semantic class: This property is used for semantic classification of verbs such as \"mental-action\", \"physical-transfer\", etc. g. Miscellaneous properties: Several other minOr properties are coded in the current dictionary. Different verb usages are discriminated during the analysis phase. This means that usage ambiguities are partially resolved before the transfer phase. However, the concept of \"meaning\" (usage) applied to a single word is very vague and in fact depends greatly on the language pairs we have for translation. For example, the verb NOMU in Japanese can be used in the following ways:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "Tabako-wo NOMU ~ smoke a cigarette Kusuri-wo NOMU ~ take medicine Mizu-wo NOMU ~ drink water These three cases should be translated differently. In a similar way, the English verb to wear is used as:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "Wear a suit ~ Suutsu-wo KIRU Wear black shoes ~ Kuroi Kutsu-wo HAKU Wear spectacles ~ Megane-wo KAKERU Wear a wristwatch ~ Udedokei-wo SURU These four cases should be translated differently into Japanese. Some might claim that these verbs are very ambiguous and have different meanings; but this contradicts the intuitive conclusion that suggests it is reasonable to consider that the target language simply has more specific verbs in these cases. In other words, discrimination in meaning at the analysis stage is not sufficient to select the appropriate target verb in these cases.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "The verb transfer dictionary is divided into two parts: a word selection part and a mapping part. The word selection part is used to choose appropriate target verbs by referring to semantic markers of the case elements. The semantic markers currently being used appear to be insufficient to decide appropriate target verbs in certain cases. We cannot, for instance, distinguish medicine and cigarette with the current set of semantic markers, which is relevant to choosing appropriate English verbs for NOMU. However, we can treat such problems by specifying word selection rules in the noun transfer dictionary.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "The mapping part gives the correspondence of the deep cases in Japanese and English. In most cases, the Japanese deep case maps to the same deep case in English. There are, however, certain deep cases that are interpreted differently in the two languages.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "Sometimes a single Japanese verb can not be translated into a single English verb and has to be paraphrased using a combination of a verb and another element such as a noun or a prepositional phrase. For example, SHISAKUSURU ~ develop (something) on a trial basis Such linguistic expressions are also treated in the mapping part.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "Although many verbs in the transfer dictionary are coded in this fixed format and converted to lexical rules in GRADE by a program, we also write lexical rules directly for verbs that have a wide range of usages.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dlctlonary", "sec_num": null }, { "text": "Some Japanese words that behave morpho-syntactically as nouns have to be translated into English words in other morpho-syntactic classes. Such class conversions should be treated in the transfer dictionary, because they are highly dependent on the lexical item. For example:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TRANSFER DICTIONARY FOR NOUNS", "sec_num": "3.2.2" }, { "text": "(i) TAIWA-KEISHIKI-de JIKKOUSURU (interaction) (to execute) --to execute interactively The above two examples have exactly the same structures in Japanese (where the noun phrases TAIWA-KEISHIKI-de and PUROGURAMU-MOODO-de fill the same deep case, \"manner\") but translate to different English structures simply because an appropriate lexical item exists for (i) but not for (ii).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TRANSFER DICTIONARY FOR NOUNS", "sec_num": "3.2.2" }, { "text": "The fixed format for nouns includes the following items: a. Conditions on the sequence of words in the preceding part: A set of default rules that translate Japanese postpositional case particles to English prepositions is provided in the transfer grammar. However, these default rules are often violated, because certain English nouns require specific prepositions. This kind of information is coded in this column. b. Conditions on the sequence of words in the succeeding part:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TRANSFER DICTIONARY FOR NOUNS", "sec_num": "3.2.2" }, { "text": "Postpositions that follow the noun often give a clue to the morpho-syntactic class conversion. c. Collocation with verbs:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TRANSFER DICTIONARY FOR NOUNS", "sec_num": "3.2.2" }, { "text": "Certain combinations of nouns and verbs in Japanese are translated into English as single verbs, and certain combinations of nouns and verbs such as kusuri (medicine) and NOMU (to smoke, to drink, to take) require specific translation of the verb (to take). This is the kind of information coded here.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TRANSFER DICTIONARY FOR NOUNS", "sec_num": "3.2.2" }, { "text": "The format for verbs includes the following items: a. Components: In the transfer phase, certain Japanese verbs are translated into English expressions containing not only verbs but also prepositional phrases and/or adverbial particles (off, up, etc.).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ENGLISH GENERATION DICTIONARY", "sec_num": "3.3" }, { "text": "These complex expressions have separate entries in the generation dictionary, and the structural descriptions for the complex expressions are given here. b. The formats for other parts of speech are described in the Japanese literature.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ENGLISH GENERATION DICTIONARY", "sec_num": "3.3" }, { "text": "As pointed out by Wilks, semantic information cannot be used as constraints on single linguistic structures; it can be used only as preference cues to help choose the most feasible interpretation from among all the syntactically possible interpretations. We believe that many types of preference cues, besides semantic ones, exist in real texts, and these cannot be captured by CFG rules. By making use of various types of preference cues, our analysis grammar for Japanese can work almost deterministically to give the most preferable interpretation at the first output, without extensive semantic processing.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ANALYSIS STRATEGIES", "sec_num": "4.1" }, { "text": "In order to integrate heuristic rules based on various levels of cues into a unified analysis grammar, we have introduced the following principles in the analysis of Japanese sentences: 1. Explicit control of rule application: Heuristic rules can be ordered according to their strength. 2. Multiple relation representation: Various levels of information including morphological, syntactic, semantic, and logical are expressed in a single annotated tree and can be manipulated at any time during the analysis. This is required not only because many heuristic rules are based on heterogeneous levels of cues but also because the analysis grammar should be able to perform semantic/logical interpretation of sentences at the same time, and the rules for these phases should be written using the same framework as the syntae, tic analysis rules. 3. Lexicon-driven processing: We can write heuristic rules specific to a single or a limited number of words, such as rules concerned with collocation among words. These rules are strong in the sense that they almost always succeed. They are stored in the lexicon and invoked at the appropriate time during the analysis without decreasing efficiency. 4. Explicit definition of analysis strategies: The whole analysis phase can be divided into steps. This makes the whole grammar efficient, natural, and easy to read. Furthermore, strategic consideration plays an essential role in preventing undesirable interpretations from being generated. Figure 4 shows the overall organization of our current analysis grammar. The main components are: The analysis produces dependency tree structures showing the semantic relationships between the words in the input sentence.", "cite_spans": [], "ref_spans": [ { "start": 1484, "end": 1492, "text": "Figure 4", "ref_id": "FIGREF4" } ], "eq_spans": [], "section": "ANALYSIS STRATEGIES", "sec_num": "4.1" }, { "text": "As described in 3, the analysis dictionary for verbs contains verb case frames that are expanded to GRADE rules with unrestricted word order to obtain a match with the input sentence structure. Certain verbs such as ARU, NARU, SURU, MOTSU, etc., which have a ,-,~le range of usages, are discriminated by directly coding SG~,, \":\" the dictionary.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SIMPLE SENTENCES", "sec_num": "4.2.1" }, { "text": "Relative clause constructions in Japanese express several different relationships between modifying clauses (relative clauses) and their antecedents. Some relative clause constructions cannot be translated into English as relative clauses. We classified Japanese relative clauses into four types, according to the relationship between the clause and its antecedent. Because these four forms of relative clauses have the same surface forms, like .......... (verb) (noun) Relative Clause Antecedent careful processing is required to distinguish between them. We have developed a sophisticated analysis procedure that uses the various levels of heuristic information.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "RELATIVE CLAUSES", "sec_num": "4.2.2" }, { "text": "Noun phrase conjunctions often appear in abstracts of scientific and technical papers. It is important to analyze them correctly, especially in correctly determining the scope of the conjunction, because they often lead to a proliferation of the analysis results.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NOUN PHRASE CONJUNCTIONS", "sec_num": "4.2.3" }, { "text": "We have many heuristic rules based on various types of information. Some are based on surface lexical items, some on word morphemes, and some on semantic information. They are used differently in different conjunctive structures. We can distinguish strong heuristic rules (that is, rules that almost always give correct scopes when applied) from others. In fact, there is some ordering of heuristic rules according to their strength. In GRADE we can define arbitrary ordering of rule applications by using subgrammar networks and also by ordering rewriting rules inside a subgrammar. This capability of being able to control the rule application sequence is absolutely necessary in integrating heuristic rules based on heterogeneous types of information into a unified set of rules.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NOUN PHRASE CONJUNCTIONS", "sec_num": "4.2.3" }, { "text": "In Japanese there are several different syntactic constructions corresponding to English subordinators and coordinators like although, in order to, and, and so on.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SENTENCE RELATIONSHIPS AND OUTER CASE ANALYSIS", "sec_num": "4.2.4" }, { "text": "The correspondence between forms of Japanese and English sentence constructions is not straightforward. Some postpositional particles in Japanese express several different semantic relationships between sentences, and therefore should be translated into different subordina- tors in English according to the semantic relationships. The postpositional particle TAME can express either a \"purpose-action\" relationship or a \"cause-effect\" relationship. In order to resolve the ambiguity in the semantic relationships expressed by TAME, a set of lexical rules is defined in the dictionary for the entry TAME.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SENTENCE RELATIONSHIPS AND OUTER CASE ANALYSIS", "sec_num": "4.2.4" }, { "text": "The rules are roughly as follows, where the sequential form ($1, S2) is assumed:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SENTENCE RELATIONSHIPS AND OUTER CASE ANALYSIS", "sec_num": "4.2.4" }, { "text": "(i) If $1 expresses a completed action or a stative assertion, the relationship is \"cause-effect\". (ii)If $1 expresses neither a completed action nor a stative assertion, and $2 expresses a volitional action, the relationship is \"purpose-action\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SENTENCE RELATIONSHIPS AND OUTER CASE ANALYSIS", "sec_num": "4.2.4" }, { "text": "Note that whether S1 expresses a completed action or not is determined in a preceding phase by using rules that utilize the aspectual features of the verbs described in the dictionary, and auxiliary verbs following the verb. We have heuristic rules for 57 postpositional particles for sentences conjunctions like TAME.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SENTENCE RELATIONSHIPS AND OUTER CASE ANALYSIS", "sec_num": "4.2.4" }, { "text": "Postpositional particles that follow noun phrases and express case relationships are also very ambiguous in the sense that they express several different deep cases. Although the interpretations of inner case elements are directly given in the verb dictionary as the form of mapping between surface case particles and their deep case interpretations, the outer case elements should be semantically interpreted by referring to the semantic categories of noun phrases and the verb properties.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SENTENCE RELATIONSHIPS AND OUTER CASE ANALYSIS", "sec_num": "4.2.4" }, { "text": "Lexical rules for 62 case particles have also been implemented and tested.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SENTENCE RELATIONSHIPS AND OUTER CASE ANALYSIS", "sec_num": "4.2.4" }, { "text": "In principle we use the deep case dependency structure to represent a sentence semantically. Theoretically it is possible to assign a unique case dependency structure to each input sentence. In practice, however, the analysis phase may fail, or it may assign the wrong structure. Therefore, as an intermediate representation, we use a structure that makes it possible to annotate multiple possibilities as well as multiple level representation. Properties at a node are represented as vectors, so that this complex dependency structure is flexible in the sense that different interpretation rules can be applied to the structure.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TRANSFER AND GENERATION OF ENGLISH", "sec_num": "5" }, { "text": "Transfer and generation rules are organized along the principle that \"if a better rule exists, then the system uses it; otherwise, the system attempts to use a standard rule: if that fails, the system uses a default rule\". The grammar involves a number of stages of application of heuristic rules. Figure 5 shows the process flow for the transfer and generation phases.", "cite_spans": [], "ref_spans": [ { "start": 298, "end": 306, "text": "Figure 5", "ref_id": null } ], "eq_spans": [], "section": "TRANSFER AND GENERATION OF ENGLISH", "sec_num": "5" }, { "text": "To obtain a more neutral (or target-language oriented) structure, some heuristic rules are activated immediately after the standard analysis of the Japanese sentence is finished. We call such activation the pre-transfer loop. Semantic and pragmatic interpretations are done in the pre-transfer loop. The larger the number of heuristic rules applied in this loop, the better the results. Word selection in the target language is a big problem in machine translation. There are varieties of choices for translation of a word in the source language. The main principles adopted by our system are: 1. Area restriction using field codes, such as electrical engineering, nuclear science, medicine, and so on. 2. Semantic codes are attached to a word in the analysis phase and used for the selection of the proper target language word or phrase. 3. The sentence structure involving the word to be translated is sometimes effective in determining the proper word or phrase in the target language. Table 3 shows an example of part of the verb transfer dictionary. Selection of the English verb is done from the semantic categories of the nouns related to the verb. A number (i) attached to the verb, like form-1 or produce-2, labels the i-th usage of the verb. When semantic information on the nouns is not available, the Computational Linguistics, Volume 11, Numbers 2-3, April-September 1985 column labelled 0 is applied to produce a default translation.", "cite_spans": [], "ref_spans": [ { "start": 989, "end": 996, "text": "Table 3", "ref_id": "TABREF3" } ], "eq_spans": [], "section": "TRANSFER AND GENERATION OF ENGLISH", "sec_num": "5" }, { "text": "The expressive power of format-oriented descriptions is, however, insufficient for a number of common verbs such as SURU 'to make, to do, to perform, ...' and NARU 'to become, to consist of, to provide, ...'. In such cases, we can write the transfer rules directly in GRADE. There must be a constant effort to list varieties of usages with their corresponding English sentence structures and semantic conditions.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "pre-transfer", "sec_num": null }, { "text": "A postposition in Japanese represents a case slot for a verb, but it has a variety of usages; thus determination of the English preposition corresponding to each Japanese postposition is quite difficult. It also depends on the verb that governs the noun phrase having that postposition. Table 4 illustrates part of a default table for determining deep and surface case labels when no higher level rule applies. This sort of table is defined for all case combinations. In this way, we confirm at least one translation to be assigned to an input. The particular usage of a preposition for a particular English verb is written in the lexical entry for the verb, and the information is used for English sentence generation.", "cite_spans": [], "ref_spans": [ { "start": 287, "end": 294, "text": "Table 4", "ref_id": null } ], "eq_spans": [], "section": "pre-transfer", "sec_num": null }, { "text": "Many odd structures are still left after the pre-transfer loop and the lexical selection, and the internal English representation must be adjusted further into more natural forms. We call this part the post-transfer loop.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "pre-transfer", "sec_num": null }, { "text": "Global sentence structures are completely different in Japanese and English, and correspondingly the internal structures are also completely different. The fundamen-tal differences between the internal representation of Japanese and of English are absorbed in the pre-transfer loop. But before the English generation phase, some structural transformations are still required for cases such as (a) embedded sentence structures, and (b) complex sentence structures. These structural adjustments are performed in the post-transfer loop.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "pre-transfer", "sec_num": null }, { "text": "The steps comprising the transfer phase are shown in Figure 6 .", "cite_spans": [], "ref_spans": [ { "start": 53, "end": 61, "text": "Figure 6", "ref_id": "FIGREF6" } ], "eq_spans": [], "section": "pre-transfer", "sec_num": null }, { "text": "[Apply heuristic rules (I t ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "pre-transfer", "sec_num": null }, { "text": "After transferring from the Japanese deep dependency structure to the English one, the structure is converted to a phrase structure tree with all the surface words attached to the tree. The conversion is performed top-down from the root node of the dependency tree to the leaf. Therefore, when a governing verb demands a noun phrase expression or a to-infinitive expression for its dependent phrase, a structural change must be made to the phrase. Noun-to-verb transformations and noun-to-adjective transformations are often required due to the difference in expressions between Japanese and English. This process moves down from the root node to all the leaf nodes.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ENGLISH SURFACE STRUCTURE GENERATION", "sec_num": "5.2" }, { "text": "After this phrase structure generation process, some sentential transformations are performed. For example:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ENGLISH SURFACE STRUCTURE GENERATION", "sec_num": "5.2" }, { "text": "\u2022 When the agent is missing, a passive transformation is applied. \u2022 When the agent and the object are both missing, the predicative verb is nominalized and made the subject by supplementing verb phrases such as is made or is performed. \u2022 When the subject phrase has a big tree, the anticipatory subject it is introduced. \u2022 In compound and complex sentences, same subject nouns are pronominalized. \u2022 Duplication of head nouns in conjunctive noun phrases is eliminated. For example, \"uniform component and non-uniform component\" is reduced to \"uniform and non-uniform components\".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ENGLISH SURFACE STRUCTURE GENERATION", "sec_num": "5.2" }, { "text": "Any big structural transformations required in the translation come from the essential differences between English, which is a DO-language, and Japanese, which is a BE-language.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ENGLISH SURFACE STRUCTURE GENERATION", "sec_num": "5.2" }, { "text": "In English, case slots such as tool, cause/reason, and some others often appear in the subject position, while in Japanese such expressions are never used. Transformations of this kind are incorporated in the generation grammar as shown in Figure 7 . They produce more natural English expressions. The stylistic transformation part of the process is still very primitive. We need to accumulate much more linguistic knowledge and lexical data before we can produce really natural English expressions.", "cite_spans": [], "ref_spans": [ { "start": 240, "end": 248, "text": "Figure 7", "ref_id": "FIGREF8" } ], "eq_spans": [], "section": "ENGLISH SURFACE STRUCTURE GENERATION", "sec_num": "5.2" }, { "text": "The following two aspects of the machine translation output have been adopted to evaluate translation quality. They are to some extent independent indicators. 1. Intellibility: An evaluation of the extent to which the translated text can be understood by a native speaker of the target language. In Japanese to English translation, we evaluate the extent to which an average British or American reader can understand the output without any reference made to the Japanese original. 2. Accuracy: The degree to which the translated text conveys the meaning of the original text is evaluated, and a measure of the amount of difference between the input and output sentences. The evaluation is done by Japanese translators specializing in Japanese-to-English translation. The earthquake destroyed the buildings. Evaluation of intelligibility is based on a scale of 1 to 5; the categories are described below. [See Appendix A for translation examples.] 1. The meaning of the sentence is clear, and there are no questions. Grammar, word usage, and style are all appropriate, and no rewriting is needed. 2. The meaning of the sentence is clear, but there are some problems in grammar, word usage, and/or style, making the overall quality less than 1. 3. The basic thrust of the sentence is clear, but the evaluator is not sure of some detailed parts because of grammar and word usage problems. The problems cannot be resolved by any set procedure; the evaluator needs the assistance of a Japanese evaluator to clarify the meaning of those parts in the Japanese original. 4) The sentence contains many grammatical and word usage problems, and the evaluator can only guess at the meaning after careful study, if at all. The quickest solution will be a retranslation of the Japanese sentence because too many revisions would be needed. 5) The sentence cannot be understood at all. No amount of effort will produce any meaning. As the evaluation number increases on the above scale from 1 to 5, intelligibility decreases. The evaluator uses the above scale to evaluate the output sentence without any reference to the Japanese original in the first place. When the output sentence contains untranslated words in Japanese, the English translation of those words is provided by a Japanese rewriter before the evaluation. This evaluation work has been carried out to date by one British and one American evaluator, neither of whom has the ability to read or evaluate Japanese. Both evaluators have one year's experience in proofreading and checking translations of general scientific and technical literature, but neither has specialized knowledge in the field of electrical engineering, which has been used for the input material up to now.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "EVALUATION OF TRANSLATION QUALITY", "sec_num": "6" }, { "text": "Accuracy is evaluated on a scale of 0 to 6; that is, seven categories. [See Appendix B for translation examples.] 0) The content of the input sentence is faithfully conveyed to the output sentence. The translated sentence is clear to a native speaker and no rewriting is needed. 1) The content of the input sentence is faithfully conveyed to the output sentence, and can be clearly understood by a native speaker, but some rewriting is needed. The sentence can be corrected by a native speaking rewriter without referring to the original text. No Japanese language assistance is required.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ACCURACY", "sec_num": "6.2" }, { "text": "2) The content of the input sentence is faithfully conveyed to the output sentence, but some changes are needed in word order.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ACCURACY", "sec_num": "6.2" }, { "text": "3) While the content of the input sentence is generally conveyed faithfully to the output sentence, there are some problems with things like relationships between phrases and expressions, and with tense, voice, plurals, and the positions of adverbs. There is some duplication of nouns in the sentence. 4) The content of the input sentence is not adequately conveyed to the output sentence. Some expressions are missing, and there are problems with the relationships between clauses, between phrases and clauses, or between sentence elements. 5) The content of the input sentence is not conveyed to the output sentence. Clauses and phrases are missing. 6) The content of the input sentence is not conveyed at all. The output is not a proper sentence; subjects and predicates are missing. In noun phrases, the main noun (the noun positioned last in the Japanese) is missing, or a clause or phrase acting as a verb and modifying a noun is missing.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ACCURACY", "sec_num": "6.2" }, { "text": "As the evaluation number increases on the above scale from 0 to 6, the accuracy decreases. This part of the evaluation was done by four Japanese translators, each of whom has one or two years experience in Japanese to English translation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ACCURACY", "sec_num": "6.2" }, { "text": "The whole evaluation process is monitored by a Japanese translation specialist with extensive experience in translation work.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ACCURACY", "sec_num": "6.2" }, { "text": "We describe here the results of the evaluation of the translation of 1,682 sentences taken from the monthly JICST journal A Current Bibliography of Science and Technology. Of these, 791 were the ones often referred to for the development of the analysis grammar, and the remaining 891 were added as the test material this time. All the sentences were given to the machine translation system with no pre-editing. The 791 sentences forming the first group were originally selected out of 1000 after eliminating 120 that contained ungrammatical Japanese expressions, and a further 90 that contained long mathematical or chemical formulae. The deletion of the latter was because, in the early stages, the analysis grammar that would deal with formulae had not been completed. The second group of 891 were all those that were in the abstract, without any such selection.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "RESULTS OF EVALUATION", "sec_num": "6.3" }, { "text": "Tables 5 and 6 present the evaluation results for intelligibility and accuracy for the two groups of abstracts. Table 7 gives a comparison of the two groups. As the system was not tuned to the sentences in the second group, there were many unknown grammatical structures and missing words in the dictionary, which made the evaluation result worse than the first group.", "cite_spans": [], "ref_spans": [ { "start": 112, "end": 119, "text": "Table 7", "ref_id": "TABREF5" } ], "eq_spans": [], "section": "RESULTS OF EVALUATION", "sec_num": "6.3" }, { "text": "As these tables show, when the accuracy of translation goes down, so too does the intelligibility. We did not find any examples of intelligibility being low when accuracy was high, but we did find a reasonable number of cases where the translation accuracy was evaluated as low, but intelligibility was rated high. Table 8 lists typical sample sentences for each evaluation type. Just as there are no clear and objective criteria for evaluating the quality of Japanese to English translations done by humans, standard criteria for judging the results of machine translation have yet to be established. The evaluation methods proposed in this paper are still in the trial stage, and much more refining and improving is still needed.", "cite_spans": [], "ref_spans": [ { "start": 315, "end": 322, "text": "Table 8", "ref_id": "TABREF6" } ], "eq_spans": [], "section": "RESULTS OF EVALUATION", "sec_num": "6.3" }, { "text": "The translation quality and the amount of post-editing needed is closely related to the quality and nature of the original text. It is quite natural to expect that simple sentences can be translated accurately and intelligibly. We need to develop some way to evaluate the degree of difficulty of the original text along with the translation evaluation. Only within this wider context can accuracy and intelligibility be meaningfully discussed.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "RESULTS OF EVALUATION", "sec_num": "6.3" }, { "text": "The JICST abstracts used in this project were written primarily with the aim of condensing as much information as possible into a few sentences. This means that there are many long sentences, many of which are not very correct from a linguistic point of view. This is one obvious factor contributing to the poor evaluation results shown in Tables 5 to 7 .", "cite_spans": [], "ref_spans": [ { "start": 340, "end": 353, "text": "Tables 5 to 7", "ref_id": "TABREF4" } ], "eq_spans": [], "section": "RESULTS OF EVALUATION", "sec_num": "6.3" }, { "text": "Evaluation of the quality of machine-translated sentences is closely linked to the way in which the machine translation output is to be used, hence to the ease with which post-editing can be done. Only a minimum of post-editing will be necessary to convey the technical meaning of the original to the specialist in a particular field for the purpose of information service. However, when the translated text is for wide circulation or publication (for example, technical manuals), style and naturalness of sentential expressions, as well as exact meaning, become more important. Depending on these situations, the yardstick for intelligibility will change as well. SpecuLar points of the conductor surfaces when wave sources and observation points are given have to be known when geometrical optics theories are applied to the caLcuLation of reflected waves. As ~or the radiation energy it is maximum when particles fly resonator coupled slots, and the nonuniformity of the particle intrinsic electromagnetic field is reflected. There were many cases in which the parts exist which ~ in real machine be axt-symmetric but correction factors were introduced for the modeLin9 of th~s case, and it was incorporated in nonlinear iterative computations.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "RESULTS OF EVALUATION", "sec_num": "6.3" }, { "text": "The equiamptitude distribution of the spatial composite electric fields and magnetic fields to intervals of the conductin 9 cylinders and radii of the conducting cylinder in front rear scattering cross section and the neighborhood of the cylinder was shown, and characteristics of scattering waves were done be obvious ~hen the emission was made from sides and array directions. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. SO: E82060013 ; I", "sec_num": null }, { "text": "Ratios of the wiring by automatic iachinea increased, and they became more than two twice of the manual operation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 367:E82060200 4 I", "sec_num": null }, { "text": "Accuracy = 0 NO. 70:E82060017 3 1", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "APPENDIX B TRANSLATIONS AND THEIR ACCURACY EVALUATION RESULTS", "sec_num": null }, { "text": "The reflection of space loduLated waves fro., the plane nonhomogeneous medium with smaLL-scaLe heterogeneity is studied.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "APPENDIX B TRANSLATIONS AND THEIR ACCURACY EVALUATION RESULTS", "sec_num": null }, { "text": "7 1", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 73:E82060017", "sec_num": null }, { "text": "RefLection characteristics of periodicaLLy modulated signals fro., media of random nonhomogeneoua Layers are studied.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 73:E82060017", "sec_num": null }, { "text": "Mean values of ordered products of two functiona[s. Accuracy = 4 NO. 31:E82060071 5 1", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 7k: E82060018 2 1", "sec_num": null }, { "text": "The ~J~ address togtcat circuits and data control circuits executing the stave logic next are shown.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 7k: E82060018 2 1", "sec_num": null }, { "text": "The error correction is carried out by processing the measuring terminal output digitally, and measurement examples such as reflection coefficients of cable connectors and losses at the time of the mismatching are described, and the accuracy is also refered to.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 44:E82060075 k I", "sec_num": null }, { "text": "NO. 57:E82060079 6 ~.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 44:E82060075 k I", "sec_num": null }, { "text": "Related equations were based on the integral type of taws of electromagnetic field as methods by using finite differential methods.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 44:E82060075 k I", "sec_num": null }, { "text": "Accuracy = 5 NO. 203:E82060051 8 1", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 44:E82060075 k I", "sec_num": null }, { "text": "The asymptotic stability in the regions by which there is an unique self-excited vibration network of the DC solution and for giving the unique self-excited vibration network of the DC solution can be discussed. The soldering forms above-mentioned compounds in interfaces.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 44:E82060075 k I", "sec_num": null }, { "text": "Computational Linguistics, Volume 11, Numbers 2-3, April-September 1985", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Makoto Nagao, Jun-ichi Tsujii, Juff-ichi Nakamura Japanese Government Project for MT", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Computational Linguistics, Volume I !, Numbers 2-3, April-September 1985", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Makoto Nagao, Jun-ichi Tsujii, Jun-ichi Nakamura Japanese Government Project for MT", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Computational Linguistics, Volume I 1, Numbers 2-3, April-September 1985", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Computational Linguistics, Volume 11, Numbers 2-3, April-September 1985 | 05", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "We are deeply indepted to professor Toyoski Nishida (Kyoto University), Mr. Yoshiyuki Sakamoto (ETL), Tsuyoshi Toriumi (JICST), and Masayuki Sato (JICST) for taking part in this project, and to many other people from private companies for their help in the development of the system. We are grateful to the Science and Technology Agency and to the Agency of Engineering Technology for their constant funding of and guidance for the project. Professors Yutaka Kusanagi, Shinobu Takamatsu, Makoto Hirai, and others gave us comments during the development of the system.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ACKNOWLEDGMENT", "sec_num": null }, { "text": "The analysis of accelerated charged fields to bradyohic and tachyonic parts.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "annex", "sec_num": null }, { "text": "Tt is important from research and several applications of dynamics of electron beams to know the angle distribution of electrons in circular accelerators.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 176:E820600~5_3_1", "sec_num": null }, { "text": "The current density under the cutoff is given by functions of voltages and gap distances, and the current density under the cutoff contradicts experiments.Accuracy = 3", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "182:E82060046 5 1", "sec_num": "80." }, { "text": "Realization conditions include iatrices, and basic differences between single-variable networks are stressed muttivariable.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 271:E82060070 4_1", "sec_num": null }, { "text": "Several examples of the logical composition are given after describing outlines such as methods for connection of the slave side and requests for slaves.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 30:E82060071 4 1", "sec_num": null }, { "text": "5 1Next, production and markettn9 situations of the future expansibility and system elements are described after discussing diagnostic functions.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NO. 36:E82060072", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Dealing with the Incompleteness of Linguistic Knowledge in Language Translation", "authors": [ { "first": "Makoto", "middle": [ ";" ], "last": "Nagao", "suffix": "" }, { "first": "Toyoaki", "middle": [ ";" ], "last": "Nishida", "suffix": "" }, { "first": "", "middle": [], "last": "Tsujii", "suffix": "" } ], "year": 1984, "venue": "Proceedings of COL1NG 84", "volume": "", "issue": "", "pages": "420--427", "other_ids": {}, "num": null, "urls": [], "raw_text": "Nagao, Makoto; Nishida, Toyoaki; and Tsujii, Jun-ichi 1984 Dealing with the Incompleteness of Linguistic Knowledge in Language Translation. In Proceedings of COL1NG 84, Stanford University, California: 420-427.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Grammar Writing System (GRADE) of Mu-Machine Translation Project and its Characteristics", "authors": [ { "first": "Jun", "middle": [], "last": "Tsujii", "suffix": "" }, { "first": "Makoto", "middle": [], "last": "Nagao", "suffix": "" } ], "year": 1984, "venue": "Proceedings of COLING 84", "volume": "", "issue": "", "pages": "338--343", "other_ids": {}, "num": null, "urls": [], "raw_text": "Tsujii, Jun-ichi; and Nagao, Makoto 1984 Gram- mar Writing System (GRADE) of Mu-Machine Translation Project and its Characteristics. In Proceedings of COLING 84, Stanford University, California: 338-343.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Lexicon Features for Japanese Syntactic", "authors": [ { "first": "Yoshiyuki", "middle": [], "last": "Sakamo", "suffix": "" } ], "year": 1984, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Sakamo, Yoshiyuki 1984 Lexicon Features for Japanese Syntactic", "links": null } }, "ref_entries": { "FIGREF0": { "uris": null, "num": null, "type_str": "figure", "text": "Example of para node formation." }, "FIGREF1": { "uris": null, "num": null, "type_str": "figure", "text": "System configuration of GRADE.Computational Linguistics, Volume 11, Numbers 2-3, April-September 1985" }, "FIGREF2": { "uris": null, "num": null, "type_str": "figure", "text": "(ii) PUROGURAMU-MOODO-de JIKKOUSURU (program mode) (to execute) -~ to execute in program mode" }, "FIGREF3": { "uris": null, "num": null, "type_str": "figure", "text": "1. Morphological Analysis 2. Analysis of Simple Noun Phrases 3. Analysis of Simple Sentences 4. Analysis of Embedded Sentences (relative clauses) 5. Analysis of Sentence Relationships 6. Analysis of Outer Cases 7. Contextual Processing (processing of omitted case elements, interpretations of ha, etc.)" }, "FIGREF4": { "uris": null, "num": null, "type_str": "figure", "text": "~lationship in~~Analysis of ~oun phrased.j/? T ~un phrases~ ~nalysis \u00b0f simple sentencey / @nversion of \"ha' to \"Basic flow of processing." }, "FIGREF5": { "uris": null, "num": null, "type_str": "figure", "text": "Process flow for the transfer and generation phases." }, "FIGREF6": { "uris": null, "num": null, "type_str": "figure", "text": "Outline of the transfer phase.Computational Linguistics, Volume 11, Numbers 2-3, April-September 1985" }, "FIGREF8": { "uris": null, "num": null, "type_str": "figure", "text": "An example of structural transformations in the generation phase." }, "FIGREF10": { "uris": null, "num": null, "type_str": "figure", "text": "\u00b0-t~t~,~ ~ ~ h L~<~ ~ ~\u00b1~-7-1~~o~--~1~t ~o" }, "FIGREF11": { "uris": null, "num": null, "type_str": "figure", "text": "of the mother board reverse is mainly the wire wrapping." }, "FIGREF12": { "uris": null, "num": null, "type_str": "figure", "text": "It becomes the length of At tubes o~ more than 100 km in wholes, and junctions and" }, "TABREF0": { "content": "
English case labels,a. Subcategorization of nouns: proper noun, common
1. AGenT17. RANgenoun, action noun, adverbial noun, postpositional
2. Gausal-POtency18. COmpaRisonnoun, conjunctive noun, complementizer.
3. EXPeriencer19. TOOlb. Semantic codes: The semantic codes shown in Figure
4. OBJect 5. RECipient20. PURpose 21. Space-FRom3 are used. c. Information on collocation: Adjectives, nouns, etc.,
which often occur together with a noun are specified.
6. ORigin 7. SOUrce 8. GOAl22. Space-AT 23. Space-TO 24. Space-THroughThis information plays a role similar to the case frame of a verb, and is effective in discriminating the differ-
9. COntent 10. PARtner 11. OPPonent25. Time-FRom 26. Time-AT 27. Time-TOent usages and meanings of nouns. We also have fixed formats for words in the other morpho-syntactie classes. All words in the dictionary
12. BENificiary28. DURationhave, besides the above information, the properties listed
13. ACCompaniment29. CAUsein Table 2.
14. ROLe 15. DEGree30. CONdition 31. RESultTable 2. Properties of Japanese words in the dictionary.
16. MANner32. COnCession
", "type_str": "table", "html": null, "text": "", "num": null }, "TABREF2": { "content": "
g. Case frames: A case frame of a verb is expressed by a
set of quadruplets like:
Surface-Case Deep-Case Syntactic-Form Semantic-Code
SCDCSFSEC
SF is a list of numbers, each of which expresses one syntactic
form the case element can take:
1. noun phrase
2. infinitive without to
3. to-infinitive
4. -ing
5. that-clause
6. wh-clause
7. adjective
8. -ed
", "type_str": "table", "html": null, "text": "Verb patterns: The verb codes from the Longman Dictionary of Contemporary English are used to specify the syntactic patterns a verb can take. c. Aspectual features: stative, transitive, process, completive, momentary. d. Voice: usually passive, can be used in passive voice, cannot be used in passive voice. e. Volition: volitional verb, non-volitional verb. f. Agent of to-infinitive: SUBject (I promise him to go), OBJject (I want him to go).", "num": null }, "TABREF3": { "content": "
X ~non-living substance ,,,stru,ctureform-iform X(obj)
social phenomenatake place,take\"'place
Xaction,deed,movement reactionoccur-iX occur
standard,property
state,conditionarise-IX arise
relation
\u00a2produce-2produce X
X~Y~non-living Y structuresubstanceform-iX form Y
phenomena, actioncause-iX cause Y
\u00a2produce-2X produce Y
_h~Y~Xfi~Y~&~property Y measureimprove-i increase-2'X improve Y X increase Y
\u00a2raise-iX raise Y
Semanticmarker for X/Y
J-SURFACE-CASEJ-DEEP-CASEE-DEEP-CASEDefault Preposition
t-(ni)RECipientREC. BENeficiary1to (REC--to. BEN --for)
ORiginORIfrom
PARticipantPARwilh
TIMeTime-ATin
ROLeROtas
GOAlGOAIo
eoeoooQ @ \u2022
5.1 WORD SELECTION IN ENGLISH
USING SEMANTIC MARKERS
", "type_str": "table", "html": null, "text": "Word selection in target language by using semantic markers.", "num": null }, "TABREF4": { "content": "", "type_str": "table", "html": null, "text": "Evaluation results for the first group of 791 abstracts.", "num": null }, "TABREF5": { "content": "
tntolligi first groupsoco~ group
-~izity7 9 18 9 1
114.7%9.3%
232.7~24.8~
332.7%33.3~
412.6%14.1~
57.3%18.4%
", "type_str": "table", "html": null, "text": "Comparison between first and second groups for intelligibility.", "num": null }, "TABREF6": { "content": "
accuracyflrst7 g lgr\u00b0uP I second group 891
012.4~6.8~
lI23.6%15.8%
222.4%19.9~
312.4%14.0%
412.4~10.4%
5 8%7 3%
lO4%246%
0 6%I0%
", "type_str": "table", "html": null, "text": "Typical sample sentences in the different evaluation categories.", "num": null } } } }