著者
山野邉 教雄 亀田 弘之
出版者
一般社団法人電子情報通信学会
雑誌
電子情報通信学会技術研究報告. TL, 思考と言語 (ISSN:09135685)
巻号頁・発行日
vol.107, no.387, pp.55-59, 2007-12-07

近年のロボット技術の発展によって,人間と機械とがコミュニケーションを取ることが可能となりつつある.そこで人間と機械とが円滑なコミュニケーションを取るためには,人間の言葉の意味を理解することが大事であると考える.本研究では対話システムを試作し,その問題点を検討・考察することで対話の制度を向上させることを目的とする.
著者
難波 創 亀田 弘之
出版者
一般社団法人電子情報通信学会
雑誌
電子情報通信学会技術研究報告. TL, 思考と言語 (ISSN:09135685)
巻号頁・発行日
vol.107, no.387, pp.61-65, 2007-12-07

ロボットが人間と共生するためには,ロボットが人間のような心を持つ必要がある.しかし心の構造は解明されておらず,人間と同等の心をプログラムにより再現することは不可能である.心は知情意からなるとされており,知を情報のデータベース,情をパラメータと捉えるならば,意(意識)の実現こそが心の実現といえる.本研究では「意識とは注意の連続である」と定義し,人工無脳を使い,人工無脳が自己の発言に対して発言する機能と,対話機能の高度化により,人間に人工無脳の人工意識を見せかけ,今後の人工知能研究に生かすことができるか検討する.
著者
片山 容一 深谷 親
出版者
一般社団法人 日本めまい平衡医学会
雑誌
Equilibrium Research (ISSN:03855716)
巻号頁・発行日
vol.67, no.1, pp.65-71, 2008 (Released:2008-05-02)
参考文献数
20

In an attempt to control hypokinetic and hyperkinetic movement disorders, deep brain stimulation (DBS) has been developed during the last two decades by several investigators. In 1987, Benabid and his colleagues suggested the usefulness of high-frequency stimulation of the ventral intermediate nucleus of the thalamus for treating drug-resistant tremors and avoiding the adverse effects of thalamotomy. Since then, DBS has been used as an alternative to functional neurosurgery for movement disorders, and more recently, it has been applied to the treatment of epilepsy, obsessive-compulsive disorders and cluster headache, in addition to other applications in experimental models. In regard to the treatment of movement disorders, recent clinical studies have demonstrated that DBS affords great benefits in terms of improvement of the activities of daily living in patients with Parkinson's disease (PD), essential tremor, dystonia and poststroke hyperkinetic movement disorders. We have treated patients with movement disorders by DBS of the thalamic nuclei ventralis oralis (Voa/Vop) et intermedius (Vim), globus pallidus internus (GPi), and subthalamic nucleus (STN). The site of permanent electrode placement was identified using magnetic resonance imaging and multiunit extracellular recording. The implantable pulse generator was internalized after postoperative test stimulation for one week. The stimulation parameters were modified by physicians at each follow-up visit on the basis of the findings on neurological examination, as well as the patient's report concerning the activities of daily living. The advantages of DBS include reversibility and controllability of stimulation. In addition, DBS carries a smaller risk of side effects, particularly when employed bilaterally. Thalamic DBS is useful for controlling tremor that is unresponsive to medication. DBS of the STN and GPi improves the motor functions in PD patients, mainly during the off-period. Moreover, STN-DBS attenuates levodopa-induced dyskinesia through reducing the requirement of DOPA, whereas GPi-DBS directly attenuates DOPA-induced dyskinesia. In addition, GPi-DBS is very useful for controlling the symptoms of idiopatic generalized dystonia. According to reports, DBS is associated with few serious adverse effects associated with DBS. In general, the operative mortality is less than 1%. The incidences of hemorrhage are in the range of about 1-6%, and the incidences of device-related complications, such as infection or skin erosion, are in the range of 3-26%. DBS is clinically effective in well-selected patients and should be considered as a treatment option for patients with medically refractory movement disorders. Despite its clinical usefulness, the mechanism underlying the efficacy of DBS is still unclear. There is no proof currently that long-term DBS can reset neural networks or induce profound modifications of functional organization. Several researchers have proposed hypotheses concerning the mechanism underlying the efficacy of DBS, including 1) jamming of neural transmission, 2) direct inhibition of spike initiation at the level of the membrane that may be due to the activation of inhibitory terminals, 3) functional changes due to a decrease or increase in the amount of neurotransmitter released, and 4) retrograde activation of upstream neural structures. From the viewpoint of basic neuroscience, the development of DBS is intriguing. Investigation regarding the mechanism underlying the efficacy of DBS may provide clues for further clarification of various processes in the central nervous system.
著者
中村 宏明 安田 和 大平 剛 三ッ井 欽一
雑誌
全国大会講演論文集
巻号頁・発行日
vol.47, pp.99-100, 1993-09-27

オブジェクト指向ソフトウエア開発では共通のモデルを用いて分析・設計・実装が行なうことができる。各フェーズが継目なくつながることで、ソフトウエアの変更・修正・追加、再利用などの容易化が期待できる。この利点を生かすためにはフェーズ間を逆方向へ戻れることも重要で、特にプログラムを理解することによって分析・設計に関する情報を得ることが、反復的・進化的なソフトウエアの開発の鍵になる。ところがオブジェクト指向の主要な性質である継承と多相性は、プログラムを理解することを困難なものにしている。例えば次のようなC++の関数呼び出しを理解するために、関数を定義している場所を求める過程を考える。table.Put(token);(1)tableがデータ・メンバーである場合、この関数呼び出しを含むメンバー関数が宣言されているクラスの継承階層の中でtableが定義されているクラスを探し、tableの型を知る。(2)関数の多義性を解決するために、同様にしてtokenの型を調べる。(3)tableのクラスの継承階層の中で、メンバー関数putを定義しているクラスを探す。この他にC++には、マクロ、多義演算子、自動型変換、例外処理など、プログラムを書くことを簡潔にするが、読むことを複雑にする要素が多く含まれている。したがって、オブジェクト指向の利点を生かしたソフトウエア開発を行なうためには、プログラムの理解を支援する環境が不可欠である。本稿では、まずプログラムの理解支援に対する要件を考察し、次に、我々が作成したC++ソース・コードの理解支援システムの構成と、その使用例を紹介する。
著者
山本 哲也 YAMAMOTO Tetsuya
出版者
名古屋大学附属図書館研究開発室
雑誌
名古屋大学附属図書館研究年報 (ISSN:1348687X)
巻号頁・発行日
vol.6, pp.71-79, 2008-03-31 (Released:2008-06-02)

This paper describes the development of a data convertion tool. It aims to simplify data converting processes, which consist of reading data, converting data, filtering data, and outputting the resulting data. Every phase of converting data can be easily customized by writing plug-in modules with simple rules.
著者
棚橋 是之 TANAHASHI Koreyuki 山本 哲也 YAMAMOTO Tetsuya 梶田 健史 KAJITA Kenji 次良丸 章 JIROMARU Akira
出版者
名古屋大学附属図書館研究開発室
雑誌
名古屋大学附属図書館研究年報 (ISSN:1348687X)
巻号頁・発行日
vol.6, pp.63-70, 2008-03-31 (Released:2008-06-02)

Author name is an important access point for academic information. But academic information systems do not always control the author name. Above all, the format of author names varies from system to system. We must resolve this problem to develop an institutional repository (NAGOYA Repository). Our plan is to develop a system of resolving author name in order to connect systems with one another. This resolution system links existing systems via author name with minimum customization. This paper describes our approach, outline of the system and the remaining issues.

1 0 0 0 文字考

著者
小木 良一
出版者
東京教育大学付属駒場中高等学校研究係
雑誌
研究報告
巻号頁・発行日
vol.11, pp.1-7, 1972-12-28

漢字は複雑で非能率的だと指摘され、当月漢字・教育漢字と制限され、又表記も仮名化への方向を[?]った時期もありました。漢字の現覚性、表意文字としての現代性を再評価した現在は制限もゆるめられ、関心も強くなってきたと思います。・・・
著者
Aoyagi Shigeaki Akashi Hidetoshi Kawara Takemi Ishihara Kenji Tanaka Atsuhisa Kanaya Seiji Koga Yoshinori Ishikawa Ritsuko
出版者
社団法人日本循環器学会
雑誌
Japanese circulation journal (ISSN:00471828)
巻号頁・発行日
vol.62, no.1, pp.64-68, 1997-12-20
被引用文献数
2

A 26-year-old man was admitted for treatment of congestive heart failure resulting from aortic regurgitation. The patient had been on medical treatment for ulcerative colitis(UC)since he was 14 years old and for ankylosing spondylitis(AS)since he was 20 years old. On admission, gradients of blood pressure among the extremities were observed. Echocardiography revealed marked dilation of the left ventricle(LV), hypokinetic wall motion of the LV, slightly prolapsed aortic cusps with annular dilatation, and severe aortic regurgitation. Camputed tomographic scans demonstrated an aneurysmal dilation of the ascending aorta and thickening of the descending and abdominal aortic wall. Digital subtraction angiography demonstrated an aneurysmal dilation of the ascending aorta;however, there was no clear evidence of steno-occlusive lesions in the brachiocephalic vessels. Blood studies showed positive inflammatory signs and negative rheumatoid factor. HLA typing showed A2, 24(9), B27, 67, Cw1, 7, and DR1, 2. Based on these data, the diagnosis of Takayasu arteritis associated with UC and AS was made. Aortic root replacement was performed. Steroid therapy was restarted immediately after surgery. Histologic studies of the aortic wall showed findings compatible with Takayasu arteritis. The combination of these rare diseases suggests that they have a common pathophysiologic background.
著者
森部 敦 毛利 公美 森井 昌克
出版者
一般社団法人電子情報通信学会
雑誌
電子情報通信学会技術研究報告. CQ, コミュニケーションクオリティ (ISSN:09135685)
巻号頁・発行日
vol.105, no.281, pp.11-16, 2005-09-08

電話による音声理解による自動応答システムやパソコンによる文字理解に基づく応答システムがある.他方, 以前から会話を成立させるシステムとして人工無能がある.人工無能は文字通り, 主として会話の内容に関しての目的や意図もなく, 会話としての成立だけを目的としている.本研究では, 人工無能において, より自然に会話を成立させるための手法の開発と, その応用として自動応答システム, 特にマーケティングとしての情報提供および情報収集システムへの可能性について考察する.
著者
江上 修平 永井 秀利 中村 貞吾 野村 浩郷
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告自然言語処理(NL) (ISSN:09196072)
巻号頁・発行日
vol.2004, no.108, pp.83-88, 2004-11-05
被引用文献数
1

本研究では新聞社説記事を対象に自動要約を行う.従来の文単位で抽出を行う自動要約システムでは文内に残る冗長性が高圧縮率での情報量の低下を生み出していた.そこで,少ない文章中で情報量の増加を目指し文より小さい単位として区を抽出し要約文章を生成する.また,要約文章の論述展開の流れを考慮するために直接関係や段落間の類似度から文章構造解析を行い要約文章の生成処理を行う.その結果,従来の文抽出によるシステムより評価値の向上が見られた.This paper describes a system that makes a summary of an editorial. The system that makes a summary by extracting some sentences cannot eliminate redundant components of the sentence. Thus such a system cannot produce a highly condensed good quality summary. In order to remove such inconvenience, we propose a method which finds important phrases and then constructs the summary from them. Our system analyzes the text structure so that it can recognize a logical stream and connective relationship of adjacent sentences. And furthermore, it analyzes the similarity between adjacent paragraphs. Based on the result of these analyses, the system construct a summary. According to our examination, our system could generate a better summary than that of the traditional one.
著者
呉 浩東 下川 浩 二宮 哲
出版者
一般社団法人電子情報通信学会
雑誌
電子情報通信学会技術研究報告. NLC, 言語理解とコミュニケーション (ISSN:09135685)
巻号頁・発行日
vol.105, no.203, pp.43-46, 2005-07-15

言い換えに関する研究は自動要約、質疑応答、平易文生成と多岐の分野において重要な道具になりつつある。本稿では、語彙的換言処理、構文的換言処理と意味的換言処理を実現するために、辞書、シソーラス、コーパス、WWWなどの言語資源から、また言語学の視点から複数な手掛かりを得る方法を提案し、その有効性と適用性を論じる。
著者
森 優子
巻号頁・発行日
2004

筑波大学博士 (デザイン学) 学位論文・平成16年3月25日授与 (甲第3496号)
著者
カマルゴ クルズ アナ エリカ 落水 浩一郎
出版者
一般社団法人電子情報通信学会
雑誌
電子情報通信学会技術研究報告. SS, ソフトウェアサイエンス (ISSN:09135685)
巻号頁・発行日
vol.107, no.505, pp.43-48, 2008-02-25

Several studies, in the field of object-oriented software quality, have been performed to define models for predicting fault-prone code. However, their predictions take place after the implementation phase, using design-complexity metrics measured from the code. The primary aim of this paper is to provide the foundations for building a model, that predicts fault-prone code in the early phases of the life cycle of the software, using UML metrics. We found that some UML metrics, approximations of traditional design-complexity metrics, can bew acceptable predictors of fault-proneness, as they showed similar performance to the performance of those metrics measured from the implementation.
著者
亀田 雅之
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告自然言語処理(NL)
巻号頁・発行日
vol.1997, no.85, pp.119-126, 1997-11-12
被引用文献数
5

文書中の重要文を抽出するために、高順位の段落中の文を優先して文の重要レベルを付与する段落シフト法を主体にした手法を述べる。段落や文内のキーワード候補群間で構成単語レベルでの重複を計数して得た段落間及び文間関速度を、正規化分母の相違に応じて参照関連度と被参照関連度とに区別し、見出しは参照関連度平均値、段落は被参照関連度平均値、文は両関連度平均値の線形和を基本スコアとして順位付けする。この上で、見出しは見出し群内での順位値により、本文中の文は段落内での順位値を段落の順位でシフトして、各々重要レベルを付与し、さらに、見出しとの関連度等で補正を行う。本手法による重要文抽出の小実験(平均12.1文,42新聞記事)を行い、最高レベルの文で再現率約64%/適合率約71%の結果を得た。This paper describes a method to extract key-sentences from texts based on preference-ranking sentences within preference-ranked paragraph. Two types, a referring type and a referred-to type, of degree of relevance between two elements, determined by counting component words common to the two groupes of keyword-candidates, are used for ranking the elements, such as paragraphs or sentences. The key-sentence level assigned to a sentence is calculated by shifting the rank-value of the sentence within the paragraph by the rank-value of the paragraph including the sentence. The result of the highest level key-sentence extractions from 42 newspaper articles shows 64%-recall and 71%-precision compared to sentences selected by human readers.