File size: 8,253 Bytes
6fa4bc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
    "paper_id": "1994",
    "header": {
        "generated_with": "S2ORC 1.0.0",
        "date_generated": "2023-01-19T02:08:57.580648Z"
    },
    "title": "Transfer-Driven Machine Translation",
    "authors": [
        {
            "first": "Osamu",
            "middle": [],
            "last": "Furuse",
            "suffix": "",
            "affiliation": {
                "laboratory": "ATR Interpreting Telecommunications Research Laboratories",
                "institution": "",
                "location": {}
            },
            "email": ""
        }
    ],
    "year": "",
    "venue": null,
    "identifiers": {},
    "abstract": "Transfer-Driven Machine Translation (TDMT) [1, 2] is a translation technique developed as a research project at ATR Interpreting Telecommunications Research Laboratories. In TDMT, translation is performed mainly by a transfer module which applies transfer knowledge to an input sentence. Other modules, such as lexical processing, analysis, contextual processing and generation, cooperate with the transfer module to improve translation performance. This transfer-centered mechanism can achieve efficient and robust translation by making the most of the example-based framework, which calculates a semantic distance between linguistic expressions. A TDMT prototype system is written in LISP and is demonstrated on a SUN workstation. In our TDMT demonstration, the following items are presented.",
    "pdf_parse": {
        "paper_id": "1994",
        "_pdf_hash": "",
        "abstract": [
            {
                "text": "Transfer-Driven Machine Translation (TDMT) [1, 2] is a translation technique developed as a research project at ATR Interpreting Telecommunications Research Laboratories. In TDMT, translation is performed mainly by a transfer module which applies transfer knowledge to an input sentence. Other modules, such as lexical processing, analysis, contextual processing and generation, cooperate with the transfer module to improve translation performance. This transfer-centered mechanism can achieve efficient and robust translation by making the most of the example-based framework, which calculates a semantic distance between linguistic expressions. A TDMT prototype system is written in LISP and is demonstrated on a SUN workstation. In our TDMT demonstration, the following items are presented.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Abstract",
                "sec_num": null
            }
        ],
        "body_text": [
            {
                "text": "The most appropriate target expression is selected, according to semantic distances between input words and example words based on thesaurus hierarchy. Figure 1 shows the translation by the application of transfer knowledge at various linguistic levels and the selection of the best target expressions with the distance values. ",
                "cite_spans": [],
                "ref_spans": [
                    {
                        "start": 152,
                        "end": 160,
                        "text": "Figure 1",
                        "ref_id": "FIGREF0"
                    }
                ],
                "eq_spans": [],
                "section": "\u2022 Target expression selection",
                "sec_num": null
            },
            {
                "text": "Structural ambiguity sometimes brings about different translation results. The most appropriate structure is chosen by computing all possible combinations of partial translations and by selecting the combination with the smallest total semantic distance.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "\u2022 Structural disambiguation",
                "sec_num": null
            },
            {
                "text": "Using bidirectional translation between English and Japanese, a dialogue between two speakers is simulated. Figure 2 shows the dialogue history, in which the left side is an English site and the right side is a Japanese site. The input sentences are displayed in black on white, while output sentences are displayed in reverse video (white on black). So far, the system has been trained with 825 sentences for Japanese-to-English translation, 607 sentences for English-to-Japanese translation, and 225 sentences for Japanese-to-French translation, in the domain of dialogues concerning international conference registration, with a 1,500-word vocabulary.",
                "cite_spans": [],
                "ref_spans": [
                    {
                        "start": 108,
                        "end": 116,
                        "text": "Figure 2",
                        "ref_id": "FIGREF1"
                    }
                ],
                "eq_spans": [],
                "section": "\u2022 Bidirectional translation between English and Japanese",
                "sec_num": null
            },
            {
                "text": "ATR is now developing a new TDMT system which treats travel conversations with a larger vocabulary size, and plans to build a speech translation system by integrating the TDMT system and speech processing modules.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "\u2022 Bidirectional translation between English and Japanese",
                "sec_num": null
            }
        ],
        "back_matter": [],
        "bib_entries": {
            "BIBREF0": {
                "ref_id": "b0",
                "title": "Cooperation Between Transfer and Analysis in Example-Based Framework",
                "authors": [
                    {
                        "first": "O",
                        "middle": [],
                        "last": "Furuse",
                        "suffix": ""
                    },
                    {
                        "first": "H",
                        "middle": [],
                        "last": "Iida",
                        "suffix": ""
                    }
                ],
                "year": 1992,
                "venue": "Proc. of Coling-92",
                "volume": "",
                "issue": "",
                "pages": "645--651",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Furuse, O. and Iida, H. \"Cooperation Between Transfer and Analysis in Example-Based Frame- work,\" Proc. of Coling-92, pp.645-651, 1992.",
                "links": null
            },
            "BIBREF1": {
                "ref_id": "b1",
                "title": "Constituent Boundary Parsing for Example-Based Machine Translation",
                "authors": [
                    {
                        "first": "O",
                        "middle": [],
                        "last": "Furuse",
                        "suffix": ""
                    },
                    {
                        "first": "H",
                        "middle": [],
                        "last": "Iida",
                        "suffix": ""
                    }
                ],
                "year": 1994,
                "venue": "Proc. of Coling-94",
                "volume": "",
                "issue": "",
                "pages": "105--111",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Furuse, O. and Iida, H. \"Constituent Boundary Parsing for Example-Based Machine Transla- tion,\" Proc. of Coling-94, pp.105-111, 1994.",
                "links": null
            }
        },
        "ref_entries": {
            "FIGREF0": {
                "num": null,
                "type_str": "figure",
                "text": "Target expression selection using semantic distance",
                "uris": null
            },
            "FIGREF1": {
                "num": null,
                "type_str": "figure",
                "text": "Bidirectional translation between English and Japanese.",
                "uris": null
            }
        }
    }
}