PowerPoint 프레젠테이션
|
|
- 태은 뇌
- 5 years ago
- Views:
Transcription
1 WiseQA: 하이브리드추론기반자연어질의응답기술 김현기 / 장명길 / 류법모 / 이형직 / 허정 / 배용진 지식마이닝연구실 한국전자통신연구원 1/63 1/69
2 WiseQA 개요 QA 관련연구 WiseQA 연구성과및계획 맺음말
3 WiseQA 개요 복잡한자연어로기술된문제의의미를이해하고정답을추론하여생성함 자연어질문 자연어질의응답 문제이해정답후보추론최적정답생성 정답, 근거, 정확도 휴먼피드백 자연어이해 지속적학습 (1/2/3 세부과제 ) Copyright 2015 by ETRI 3/37
4 기술동향및연구방법론 ( 요약 ) IBM Watson: 비정형지식베이스기반귀납적문제해결 - 질문 : 여러개의문장으로구성된복잡한질문 - 정답 : 비정형지식에서 62%, 정형지식에서 7.8% 찾음 Google Knowledge Graph: 정형지식베이스기반연역적문제해결 - 질문 : 한개문장, 제한된문형의단순한질문 - 정답 : 질문의객체와매칭되는지식그래프의단순사실정보제공 <IBM Watson (1천만권도서분량 )> <Google Knowledge Graph > 비정형지식베이스 : 62% 정형지식베이스 : 7.8% 계룡산의높이는? 유성이타버리지않고땅에떨어진것은? 자연어 QA 시스템을평가하는방법은? 객체 : 5 억 7 천만개 사실 : 180 억개 재현율 : 45%@50%, 35%@80% 모든문제에대한명확한분석및표현불가 - IBM 왓슨 : 질문의 11% 는정답유형결정불가 모든정답을사전에정형화된지식으로구축불가 - 지식 : 선언적지식, 절차적지식, 경험적지식등 하이브리드 QA = Inductive QA + Deductvie QA + Abductive QA Copyright 2015 by ETRI 4/37
5 KB-based Deductive QA: 신뢰성 > 커버리지 Q: 계룡산 [entity] 의높이 [property] 는? Entity linking Property linking 계룡산 height 800m Answer Type: Number mountain Conclusion must be true if all premises are true 도전기술 표현의다양성, Partial parsing 계룡산은얼마나높나요? 계룡산의높이는 Entity / Property disambiguation & linking Ontology construction: 지식표현커버리지, 지식구축신뢰도 Copyright 2015 by ETRI 5/37
6 Data-driven Inductive QA : 신뢰성 < 커버리지 Q: 오만원권화폐에서신사임당옆에그려져있는과일은? Evidences (+) 오만원권앞에는신사임당옆에포도가그려져있다. (+) 오만원권에있는그림은포도입니다. (+) 포도는오만원권지폐에신사임당초상뒤에도안화되어있다. (-) 오만원권의뒷면그림으로는매화와대나무가있다. Conclusion is probable based on supporting evidences 도전기술 Linguistic knowledge(e.g., WordNet, FrameNet) Uncertainty processing 오만원권화폐에서신사임당옆에그려져있는것은? Deep parsing: 어휘 / 문장 / 문맥의이해 Paraphrasing Copyright 2015 by ETRI 6/37
7 Abductive QA inference to the best explanation "a entails b" is used for inference snore entails sleep Q: 김구는언제돌아가셨나요? 도전기술 : textual entailment in QA Question entailment: 데이터기반표현대중성 김구는언제사망하셨나요? Word/Phrase/Sentence entailment: 암살당하다 entails 사망하다 1949 년안두희에게총격당하여암살당하였다. Copyright 2015 by ETRI 7/37
8 도전기술 인간과의의사소통을뛰어넘어지식소통이가능하며, 전문가수준의사결정을지원하는 인공두뇌 개발 도전기술 (1) 자연어이해기술 자연어로기술된텍스트의어휘, 문법, 문맥의의미이해 Wise Natural Language Understanding (2) 지식학습기술 빅데이터로부터새로운지식의학습및생산 Wise KB (3) 자연어질의응답기술 자연어질문을이해하고, 정형 / 비정형지식으로부터정답을추론 Wise Question Answering 기술독창성 Copyright 2015 by ETRI 8/37
9 WiseQA 개요 QA 관련연구 WiseQA 연구성과및계획 맺음말
10 Question Answering(QA) Find the answer to a question in a large collection of documents (By Bernardo Magnini) questions (in place of keyword-based query) answers (in place of documents) Research Context Question Answering Closed Domain Open Domain Structured data Free text Web Document collections Single document Copyright 2015 by ETRI 10/37
11 Question Type & Answer Type Question Type: an idiomatic categorization of questions to distinguishing between different processing strategies and/or answer types Factoid List Definition Relationship Superlative Opinion Command etc Answer Type: the class of object or lexical type of sentence sought by the question Exact answer: Person, Place, Date, Number, Short answer: Definition, Explanation(Why, How) Long answer: Summary, Report Copyright 2015 by ETRI 11/37
12 Paradigms of QA Nature of information IR-based QA: useful in an open domain Find Answers from a collection of documents TREC QA, IBM Watson Knowledge-based QA: useful in a close domain Find Answers from a Knowledge Base Google Knowledge Graph, Wolfram Alpha, Apple Siri Nature of the technique Shallow linguistic methods Simple, limited question & answer types Deep linguistic methods Complex, unlimited question & answer types Copyright 2015 by ETRI 12/37
13 IR-based QA: TREC QA TREC(Text Retrieval Conference) QA Track 미국 NIST, ARDA, DARPA 후원 From 1999 ~ To 2007 ( From 2002, the notion of confidence was introduced 시스템이제시한 1 등이정답인경우만고려함 Main task: 자연어질문 ( 대부분 1 문장 ) 에대한 Factoid, List, Definition 정답찾기 소스 : 뉴스텍스트 (3GB) Copyright 2015 by ETRI 13/37
14 IR-based QA: TREC Factoid QA Type-and-Generate Method I Q: 김구는언제태어났나? Expected Answer Type: DATE A: 김구는 1876 년 8 월 29 일 ( 음력 7 월 11 일 ) 에황해도해주백운방텃골 ( 基洞 ) 에서 ( 구 ) 안동김씨김순영 ( 金淳永, 당시 24 세 ), 현풍곽씨곽양식 ( 郭陽植 ) 의딸곽낙원 ( 당시 17 세 ) 부부의외동아들로태어났다. (Wikipedia 김구 페이지에서발췌 ) 정답후보 : 1876 년 8 월 29 일 ( 음력 7 월 11 일 ), 1876 년 8 월 29 일, 음력 7 월 11 일, 7 월 11 일 Copyright 2015 by ETRI 14/43
15 IR-based QA: TREC Factoid QA Type-and-Generate Method I 1. Question Processing: 질문을분석하여찾고자하는정답유형결정 2. Passage Retrieval: 질문에서키워드추출하여관련된구절검색 3. Answer Processing: 검색된구절을분석하여정답추출및순위화 어려운예 : 암살과 ( 총격당함 절명 죽다 ) 의의미매칭 Q : 김구는언제암살되었나? (Answer Type: Date) A : [ 주어생략 ] 1949 년 6 월 26 일, 12 시 36 분, 서울의자택인경교장에서육군포병소위안두희에게총격당하였다. [ 주어생략, 시간생략 ] 곧병원으로옮겨졌으나절명하였다. (Wikipedia 김구 페이지에서발췌 ) Copyright 2015 by ETRI 15/43
16 IR-based QA: TREC Factoid QA Type-and-Generate Method II (LCC) 1. 질문으로부터찾고자하는 Expected Answer Type 결정 2. 질문으로부터키워드추출후, 분석하고자하는구절검색 WordNet 활용 Lexical Alternation 대응 Query reformulation 3. 질문구조 and/or 정답유형기반검색결과분석하여정답추출 WordNet 활용 Semantic Alternation 분석 Copyright 2015 by ETRI (Source: S. Harabagiu, D. Moldovan) 16/43
17 TREC QA 질문예 Copyright 2015 by ETRI (Source: Overview of the TREC 2007 Question Answering Track) 17/43
18 TREC QA 성능 Copyright 2015 by ETRI Main/Document/Relatio nship Main/ciQA Tasks Main/List/Context Main/Passage Document Collection # Questions Question Source Correctness Judgments Evaluation Measures Best Main Task Results TIPSTER/TREC (979,000 documents; 3GB) Main: 500 List:25 Context:42 MSNSearch and AskJeeves Logs Main/Context: Main Correct/ Incorrect/ Unsupported (Lenient: unsupported= correct; Strict: unsupported=incorrec t) List: Correctness/Distinctn ess Main/Context: MRR List: Average Accuracy 0.68(MRR) Corpus of English News (1,033,000 documents; 3GB) Main: (Factoid: 413 List:37 Definition:50) Passage: 413 AOL and MSNSearch Logs (Factoid/list: Incorrect/Unsupporte d/inexact/correct) Definition: Information nuggets created and marked by assessors Passage: Incorrect/Unsupporte d/correct Main: FinalScore= 0.5*FactoidScore+0.2 5*ListScore+0.25*Def Score Passage: Accuracy Final: (Factoid:0.7, list:0.396, Def:0.442) Same as TREC 2003 Same as TREC 2003 Main: (Factoid: 362 List: 93 Other:75) Document: 50 Relationship: 25 Main (Factoid: 403 List:89 Other:75) ciqa: 25 Main/complex/ciQA AQUAINT-2 (News: 907,000 documents) + Blog06 corpus Main (Factoid: 360 List:85 Other:70) ciqa: 25 Same as TREC 2003 Same as TREC 2005 Same as TREC 2005 Main (Factoid/list: Incorrect/Unsupported/I nexact/correct Other: same as TREC 2003 definition task ) Document: relevant/not relevant Relationship: same as other task Main: FinalScore =0.5*Factoid+0.25*List+ 0.25*Other Document: R-Prec, MAP Relationship:F(β=3) Final: (Factoid:0.713, list:0.468,other:0.248) Main (Factoid/list: Incorrect/Unsupported/I nexact/locally Correct/globally Correct Other: same as TREC 2005 ) ciqa: same as other task Main: FinalScore =1/3*Factoid+1/3*List+1 /3*Other ciqa: Pyramid F-Score Main (Factoid/list: Incorrect/Unsupported /Inexact/locally Correct/globally Correct Other: same as TREC 2005 ) ciqa: same as other task Main: FinalScore =1/3*Factoid+1/3*List +1/3*Other ciqa: Pyramid F-Score Final: Final: (Factoid:0.578,list:0.433, (Factoid:0.706,list:0.47 Other:0.250) 9,Other:0.281) 18/43
19 TREC QA vs. Waston QA TREC QA Type-and-generate QA 1. Limited AT: 질문으로부터찾고자하는기정의 Answer Type 결정 2. 질문으로부터키워드추출후, 분석하고자하는단락검색 3. 질문구조및정답유형기반검색결과분석하여정답추출 성능 : 48.4% (Factoid: 70.6%, List: 47.9%, Other: 28.1%, 2007) (-) 제한적 Answer Type (Coarse grained: 6, Fine grained: 50, Li & Roth 2002) Watson QA Generate-and-type QA 1. Unlimited AT: 질문으로부터찾고자하는 Lexical Answer Type 동적결정 2. 다양한정답추출방법사용하여정답후보생성및정답후보의타입결정 3. 정답후보에대한근거분석기반최종정답합성및랭킹 성능 : 70%( 정확률 ), 86%( 정확률 )@70%( 응답률 ) (2011) (-) 제퍼디퀴즈쇼의정답의 95% 는위키피디아표제어임 Lexical Answer Type: 질문에서정답으로찾고자하는엔티티를가르키는어휘 - poet, he, clerk Copyright 2015 by ETRI 19/43
20 IBM Watson: Lexical Answer Types Why LAT? Open domain problem: Long tail answer type distribution New answer types were being introduced at 12% to be roughly constant Copyright 2015 by ETRI 20/43
21 IBM Watson: QA Architecture 핵심기술 : Generate-and-type 방법 (Data-driven approach) 1. Hypothesis Generation: 질문을분할하여대량의가설생성 2. Evidence Retrieval & Scoring: 정답후보를지지하는근거검색및점수계산 3. Final Merging & Ranking: 질문유형별최적화된정답랭킹 Copyright 2015 by ETRI 21/43
22 IBM Watson: Precision SW: Linux with UIMA, Hadoop, Lucene, Indri HW: 90 x IBM Power 750 servers, 80 Teraflops (30 억원 ) 2,880 CPU cores, 15 Terabytes of memory IBM 왓슨이우승하기까지 2004 년 - IBM 은 2nd 그랜드챌리지로 제퍼디 퀴즈쇼우승목표설정 2007 년 - 왓슨 Deep QA V0.1 개발 2011 년 - 왓슨 제퍼디 퀴즈쇼우승 (70%) - HW: 30 억원규모슈퍼컴사용 2012 년 - 왓슨 QA 의헬스케어, 빅데이터분야레퍼런스 SW 개발 2014 년 - 왓슨응용제품개발을위해 10 억불투자결정 Copyright 2015 by ETRI 22/43
23 Deep QAs of Stanford, Facebook & MS WebQuestions dataset contains 5,810 question-answer pairs with common questions asked by web users(berant et al. 2013) This dataset is built using Freebase as the KB by crawling questions (Source: Microsoft Research Technical Report MSR-TR ) Copyright 2015 by ETRI 23/37
24 WiseQA 개요 QA 관련연구 WiseQA 연구성과및계획 맺음말
25 WiseQA 개요 복잡한자연어로기술된문제의의미를이해하고정답을추론하여생성함 자연어질문 자연어질의응답 문제이해정답후보추론최적정답생성 정답, 근거, 정확도 휴먼피드백 자연어이해 지속적학습 (1/2/3 세부과제 ) Copyright 2015 by ETRI 25/37
26 WiseQA Architecture Natural Language Question Understanding entail Q = Q 1 e, Q 2 e,, Q n e, Q Q i e, 1 i n decmp Q e i = Q e i,1, Q e e i,2,, Q i,m, relation = Or, And, Dep, Q i e = m 1 j=1 R(Q i,j f mean (Q e i,j ) = Answer Type Axiom Proving Answer Constraints Axiom Proving e e, Q i,j+1, relation) QD i,j e, QC e i,j, QF e i,j, AT e i,j, AC e e i,j, QIF i,j KB-based Candidate Retrieval Question Natural Language Understanding Question Entailment Q 1 e, Q 2 e,, Q n e Question Decomposition Question Analysis IR-based Passage Retrieval Answer Candidates Generation Answer Candidates Reduction Answer Verification Answer Confidence Reasoning 남아메리카에위치해있으며, 수도가카라카스인이나라의국명은 작은베네치아 란뜻을가지고있다 질문분석결과 <Question Entailment> Q e 1 : 남미에위치하고, 카라카스가수도인이국가의이름은 작은베네치아 라는의미가있다. Q e 1 : 남아메리카에위치하고, 국명이 작은베네치아 라는의미가있는이국가의수도는카라카스이다. <Question Decomposition> e Q 1,1 : 남미에위치하고, 카라카스가수도인이국가 e Q 1,2 : 이국가의이름은 작은베네치아 라는의미가있다. e Q 2,1 : 남아메리카에위치하고, 국명이 작은베네치아 라는의미가있는이국가 e Q 2,2 : 이국가의수도는카라카스이다. <Question Understanding Axioms> f mean (Q e 1,1 ) = { 질문도메인 (QD) : 지리, 질문클래스 (QC) : 단답형, 속성값요청형, 질문초점 (QF) : 이국가, 어휘정답유형 (LAT) : 국가, 의미정답유형 (SAT) : LCP_COUNTRY, 정답제약 (LOC Explicit ) : 남미, 정답제약 (FRAME sytactic ) : (P: 수도, A0:X, A1: 카리카스 ) }, f mean (Q e 1,2 ),, f mean (Q 2,2 e ) R(f mean (Q e 1,1 ), f mean (Q e 1,2 ), And) R(f mean (Q e 2,1 ), f mean (Q e 2,2 ), And) Answer, Confidence, Source
27 자연어질문분석기술 연구목표 질문의정답유형인식기술개발 문제해결전략생성을위한질문분할기술개발 지식베이스검색을위한질문시맨틱프레임생성 주요성과 Hybrid 정답유형인식및 WiseWordNet 기반정답유형상호검증기술개발 - 기계학습과규칙방법을결합한어휘정답유형 (LAT) 과의미정답유형 (SAT) 의 Hybrid 정답유형인식및검증 질문초점을이용한규칙기반질문분할및분할관계인식기술개발 심층언어분석및패턴기반질문시맨틱프레임생성기술개발 질문 [ 이것은조선왕조시기에중추부의정삼품당상관을이르던말이었다가나중에와서는나이많은남자를낮잡아이르는말로쓰였다.] [ 소설운수좋은날의남자주인공에게쓰였던이호칭은무엇일까?] [ 분할질문 2] [ 분할질문 1] 질문클래스인식 질문초점인식 정답유형인식 질문분할및분할관계인식 시맨틱프레임생성 분석결과 질문분석자질벡터 질문클래스 : 단답형 - 사실관계형 질문초점 : 이것, 이호칭, 무엇 어휘정답유형 : 당상관, 남자, 호칭 의미정답유형 : CV_POSITION 질문관계유형 : 병렬형질문 정답제약 : 시간 - 조선왕조시기 분할질문 1 분석자질벡터 질문초점 : 이것어휘정답유형 : 당상관, 남자의미정답유형 : CV_POSITION TYPE( X, 말 ) Predicate: 이르다 ARG0: X ARG1: [ 중추부 ][OGG_POLITICS] 의정삼품 [ 당상관 ][CV_POSITION] (NP_OBJ) ARG-TMP: [ 조선왕조시기 ][DYNASTY](NP_AJT) TYPE( X, 말 ) Predicate: 낮잡아이르다 ARG0: X ARG1: 나이많은남자 (NP_OBJ) 분할질문 2 분석자질벡터 질문초점 : 이호칭, 무엇어휘정답유형 : 주인공의미정답유형 : CV_POSITION TYPE( X, 호칭 ) Predicate: 쓰이다 ARG0: X ARG2: 소설 [ 운수좋은날 ][LITERATURE] 남자주인공에게 (NP_AJT) LAT(Lexical Answer Type): 어휘정답유형 Copyright 2015 by ETRI SAT(Semantic Answer Type): 의미정답유형 27/37
28 자연어질문분류 분류기준대분류중분류소분류설명 정답형태 질문형태 질문구조형태 단답형 서술형 나열형 순서형 짝짓기형 정의형 사실관계형 추론형 OOD 형 일반형 괄호채우기형 용어요청형 의미요청형 속성값요청형 속성요청형 논리추론형 연산추론형 연상형 관계추론형 속성비교형 시간비교형 계산형 단답형식의명사 ( 구 ) 또는어휘로정답을제시해야하는경우 주관식문장이나개조식으로정답을제시하는경우 정답이 1 개이상인형태의질문 정답이순서대로제시되어야하는질문 속성과정답이짝을이루어제시되어야하는경우 정의문이제시되고용어를찾는문제 용어가제시되고정의문을찾아정답을제시하는문제 속성을제시하고속성값을찾는문제 속성값이제시되고속성을찾는문제 다양한질문 / 용어등이공통적으로연관되는정답을추론하는질문 Entity 나 Event 의속성이제시되지않고, 단지관련된속성값을찾는질문 속성값에대한비교연산이수행되어야하는질문 속성값중, 시간정보에대한연산이수행되어야하는질문 속성값에대한사칙연산이수행되어야정답을제시할수있는질문 멀티미디어정보와함께제시되는질문 괄호채우기를제외한주관식문제 심볼등을통해 Blank 를채워넣는형태의질문 다지선다형제시된보기들중, 하나를선택하는질문 ( 긍정질문만 ) 부정형 다중선택형 묶음형 부정형을긍정형으로변환시, 보기들중올바른것을복수개선택하는질문의형태로됨 부정형을긍정형으로변환시, 보기들중유사한특징으로묶는형태의질문
29 WiseQA 평가질문 ( 장학퀴즈문제 ) 이수익은이별의비애를담은그의시에 < 우울한 ' 이것 '> 이라는제목을붙여쓸쓸하고감상적인느낌을더했다. 프랑스대중이즐기는가요를지칭하는이것은무엇일까? 샹송 이별자리는황도 12 궁의마지막별자리로미의여신아프로디테와그녀의아들에로스가변한것이라고전해진다. 2 월에서 3 월의탄생별자리이기도한이별자리는무엇일까? 이단어는다른나라항구에상업용선박이드나드는것을법으로금지하는것을의미하는무역용어이다. 언론에서는특정시점까지보도를유예하는것을뜻하는말로쓰이는데이단어는무엇일까? 이것은조선시기흥선대원군이경복궁중건을위해강제로거둔기부금이다. ' 백성들이원망하며내는세금 ' 이라는별명을얻기까지한이것은무엇일까? 프랑스화가인이사람은원색을이용해강렬하면서도개성적인작품을그렸다. 야수파운동을주도했으며 < 붉은방 > 을그린이사람은누구일까? 국민에게인기가있고명망있는인물을후보로영입하는데유리한제도로서, 정당에관계없이누구나참여해당의대선후보를선출하는이제도는무엇일까? 이것은조선시기정조가즉위한후기존의호위기구인숙위소를대신해설치한국왕의친위부대이다. 수도에내영을두고수원에외영을설치했던이부대는무엇일까? 이것은날지못하는새로, 조류가운데드물게사람을겁내어피하지않는다. 남반구의해양환경에주로서식하며땅위를뒤뚱거리며걸어다니는데이새는무엇일까? 이열매는지중해연안에서재배되는것이가장품질이좋으며, 프랑스남부에있는망통에서는매년 2 월에이열매를이용한축제가열린다. 신맛을내는이열매는무엇일까? 이들은중세시대교회에서여성성악가를쓸수없었기때문에생겨났다. 여성과비슷한성질의목소리를가진남성성악가를말하는이용어는무엇일까? 물고기자리엠바고원납전마티스오픈프라이머리장용영펭귄레몬카스트라토 Copyright 2015 by ETRI 29/37
30 비정형정답후보추론기술 연구목표 텍스트빅데이터대상정답후보색인 / 검색 오픈도메인질의응답을위한정답후보생성 심층분석기반정답가설근거검색및검증 정답의다양한근거기반정답가설통합및순위화 주요성과 다중모델기반정답후보색인및검색 정답가설생성을위한정답후보유형추론및제약기술개발 문맥정보유사도기반정답가설근거추론 정답가설의다중근거통합및 LTR 기반순위화 * LTR(Learning to Rank) 질문이해 Answer Candidates Generation Answer Candidates Reduction Answer Evidence Gathering & Verification Answer Confidence Reasoning 최적정답 Q Understanding A Candidate A Reduction A Verification A Confidence Copyright 2015 by ETRI 30/37
31 정답신뢰도추론기술 연구목표 다중근거기반정답가설의신뢰도측정 응답전략기반최적정답신뢰도임계치학습 정답가설검증을통한최적정답추론방법설계 주요성과 정답유형별신뢰도자질선별및조합의학습 시뮬레이션을통한최적정답신뢰도의임계치학습방법고안 질문도치, 질문복제, 질문치환을통한최적정답검증방법도출 질문분석 비정형정답가설추론 도전과제대비평가셋 <Q,A> pairs 학습과정 정답추론과정 Global-ranked 정답가설 Top 5 정답근거벡터 통합된점수 신뢰도임계치학습 정답신뢰도이력회귀분석 (Logistic Function) 최적정답신뢰도측정 신뢰도자질선별및조합 신뢰도정규화 최적정답검증및추론 질문도치 / 복제 / 치환 질문 - 정답모순검증 질문유형별응답신뢰도 threshold 선정 1. 신뢰도 < Minim threshold Not Answered 신뢰도 3. Minim threshold <= 신뢰도 <= Threshold 2. 신뢰도 > Threshold 최적정답응답 < 최적정답추론및생성기술구성도 > Copyright 2015 by ETRI 31/37
32 WiseQA 분산병렬처리플랫폼개발 연구목표 대용량텍스트의언어분석 / 색인 / 저장기술개발 빠르고효율적인 QA 연산을위한실시간처리 WiseQA 플랫폼개발 * IBM 왓슨은 30 억원규모의슈퍼컴퓨터사용 주요성과 맵리듀스기반대용량언어분석 / 색인 / 저장기술개발 PC 클러스터링을통한빠르고저렴한 WiseQA 플랫폼개발 * 효율적다중모델검색를위한분산검색기술개발 * UIMA-AS 기반실시간 WiseQA 플랫폼개발 비정형텍스트 언어언어언어분석분석언어분석언어분석분석 다중다중색인다중색인다중색인다중색인색인 Visualization Layer Interface Layer Serving Layer MongoDB Interface Web templet HTTP Solr-cloud Interface Maria DB Interface 질문 Scaleout 컨트롤러 검색어추출분산태스크생성분산태스크할당 / 취합분산 QA 엔진실행 Copyright 2015 by ETRI 대용량언어분석언어처리결과저장분산색인색인결과저장 < 대용량언어분석 / 색인 / 저장기술연구목표 > MongoDB Solr-cloud Level DB <WiseQA 분산병렬처리플랫폼개발기술연구목표 > WiseQA Core layer SolrCloud Hadoop Cluster NameNode MongoDB Cluster Zookeeper UIMA(AS) Shard DataNode Shard Shard Shard Shard QA Core Module Resource <WiseQA 분산병렬처리플랫폼개발기술구성도 > JNI 32/43
33 중점개발기술 Deep NLP parsing: Rule + Supervised learning + DL SRL, CoRef. Resolution, Zero-anaphora resolution Textual entailment: DL using WiseWordNet NL Question Understanding for axiom proving Tight coupling of IR-based & KB-based QA Natural language to logic representation(1 세부 ) logic representation to structured query language(2 세부 ) Hybrid reasoning QA Deductive + Inductive + Abductive approaches to learn best combination of approaches Answer confidence reasoning Copyright 2015 by ETRI 33/37
34 WiseQA 개요 WiseQA 연구성과 WiseQA 연구계획 맺음말
35 QA 기술발전계획 Factoids simple facts that can be extracted from short text strings Simple Summarization (Smart Advisor) a shortened version of one or more documents or content objects Focused Summarization (Decision Supporter) interpret multiple information sources and then stitch together a coherent answer Copyright 2015 by ETRI 35/43
36 맺음말 2001: A Space Odyssey (1968 년 ) Copyright 2015 by ETRI 36/37
37 맺음말 아서 C. 클라크 s three laws 어떤노년의과학자가무엇이가능하리라고한다면그것은거의확실히맞다. 그러나그가무엇이불가능하리라고한다면틀릴가능성이높다. 가능성의한계를발견하는유일한방법은불가능할때까지시도해보는방법밖에없다. 충분히발달한과학은마법과구분할수없다. Copyright 2015 by ETRI 37/37
38 감사합니다. 38/69
PowerPoint 프레젠테이션
엑소브레인자연어질의응답기술 김현기 언어지능연구그룹, 한국전자통신연구원 1. 엑소브레인의지능은? 2. 엑소브레인의성장과현재 3. 엑소브레인의미래 c 2017, ETRI All Rights Reserved 2 다시시작된인공지능을제대로이해하려면 인간의지능 = 학습능력 + 문제해결능력 다중지능 : 다수의지능들은항상서로교류하면서작용 (Howard Gardner, 1983)
More informationKCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion
KCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion 요약 본연구에서는, 웹문서로부터특정상품에대한의견문장을분석하는오피니언마이닝 (Opinion
More informationC# Programming Guide - Types
C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든
More informationSoftware Requirrment Analysis를 위한 정보 검색 기술의 응용
EPG 정보 검색을 위한 예제 기반 자연어 대화 시스템 김석환 * 이청재 정상근 이근배 포항공과대학교 컴퓨터공학과 지능소프트웨어연구실 {megaup, lcj80, hugman, gblee}@postech.ac.kr An Example-Based Natural Language System for EPG Information Access Seokhwan Kim
More informationPowerPoint 프레젠테이션
CRM Fair 2004 Spring Copyright 2004 DaumSoft All rights reserved. INDEX Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved.
More information김기남_ATDC2016_160620_[키노트].key
metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational
More information2017 년 6 월한국소프트웨어감정평가학회논문지제 13 권제 1 호 Abstract
2017 년 6 월한국소프트웨어감정평가학회논문지제 13 권제 1 호 Abstract - 31 - 소스코드유사도측정도구의성능에관한비교연구 1. 서론 1) Revulytics, Top 20 Countries for Software Piracy and Licence Misuse (2017), March 21, 2017. www.revulytics.com/blog/top-20-countries-software
More information자연언어처리
제 7 장파싱 파싱의개요 파싱 (Parsing) 입력문장의구조를분석하는과정 문법 (grammar) 언어에서허용되는문장의구조를정의하는체계 파싱기법 (parsing techniques) 문장의구조를문법에따라분석하는과정 차트파싱 (Chart Parsing) 2 문장의구조와트리 문장 : John ate the apple. Tree Representation List
More information¿ÀǼҽº°¡À̵å1 -new
Open Source SW 4 Open Source SW 5 Korea Copyright Commission 8 Open Source SW 9 10 Open Source SW 11 12 Open Source SW 13 14 Open Source SW 15 Korea Copyright Commission 18 Open Source SW 19 20 Open
More informationBSC Discussion 1
Copyright 2006 by Human Consulting Group INC. All Rights Reserved. No Part of This Publication May Be Reproduced, Stored in a Retrieval System, or Transmitted in Any Form or by Any Means Electronic, Mechanical,
More informationecorp-프로젝트제안서작성실무(양식3)
(BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing
More information(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re
EMF Health Effect 2003 10 20 21-29 2-10 - - ( ) area spot measurement - - 1 (Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern
More information#Ȳ¿ë¼®
http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research
More information<C5D8BDBAC6AEBEF0BEEEC7D0203338C1FD2E687770>
텍스트언어학 38 위원장 이은희(한성대) 편집위원회 위 원 김갑년(고려대) 박용익(고려대) 송정근(한남대) 신서인(한림대) 신지연(목원대) 윤석민(전북대) 이은섭(울산대) 이재원(한국외대) 이정복(대구대) 이호승(충북대) 채현식(군산대) 2015. 6. 한국텍스트언어학회 차 례 텍스트언어학 38집 2015. 6. 읽기교육에서 텍스트 의미 추론의 이론과 실제
More information슬라이드 1
Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치
More information정보기술응용학회 발표
, hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management
More informationCh 1 머신러닝 개요.pptx
Chapter 1. < > :,, 2017. Slides Prepared by,, Biointelligence Laboratory School of Computer Science and Engineering Seoul National University 1.1 3 1.2... 7 1.3 10 1.4 16 1.5 35 2 1 1.1 n,, n n Artificial
More informationuntitled
Math. Statistics: Statistics? 1 What is Statistics? 1. (collection), (summarization), (analyzing), (presentation) (information) (statistics).., Survey, :, : : QC, 6-sigma, Data Mining(CRM) (Econometrics)
More informationÀ±½Â¿í Ãâ·Â
Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at
More information歯제7권1호(최종편집).PDF
********* (*, **, *** ).., 2002, 7, 1, 1-12. 2-5 80.,.,..,,... :,,. (naming).., (word finding), (lexical look- up), (lexical retrieval), (word recall) (Fried- Oken, 1987). (pause),,, (naming error) (Snyder
More informationR을 이용한 텍스트 감정분석
R Data Analyst / ( ) / kim@mindscale.kr (kim@mindscale.kr) / ( ) ( ) Analytic Director R ( ) / / 3/45 4/45 R? 1. : / 2. : ggplot2 / Web 3. : slidify 4. : 5. Matlab / Python -> R Interactive Plots. 5/45
More informationFMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2
FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one
More informationDIY 챗봇 - LangCon
without Chatbot Builder & Deep Learning bage79@gmail.com Chatbot Builder (=Dialogue Manager),. We need different chatbot builders for various chatbot services. Chatbot builders can t call some external
More information6주차.key
6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running
More information음악의 구성 형식에 따라 추출된 대표 선율을 이용한 내용 기반 음악 검색 시스템
악구 동기(1동기) 동기(2동기) 악 절 MIC Hummed Queries Digital Audio MIDI Songs Melody Database Pitch Tracker Melodic Contour Query Engine Ranked List of Matching Melodies 사용자 음악 MIDI 화일 특징 정보 추출 박자, 높이,
More informationEclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일
Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae
More information±èÇö¿í Ãâ·Â
Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,
More informationmethods.hwp
1. 교과목 개요 심리학 연구에 기저하는 기본 원리들을 이해하고, 다양한 심리학 연구설계(실험 및 비실험 설계)를 학습하여, 독립된 연구자로서의 기본적인 연구 설계 및 통계 분석능력을 함양한다. 2. 강의 목표 심리학 연구자로서 갖추어야 할 기본적인 지식들을 익힘을 목적으로 한다. 3. 강의 방법 강의, 토론, 조별 발표 4. 평가방법 중간고사 35%, 기말고사
More informationPowerPoint 프레젠테이션
ㆍ Natural Language Understanding 관련기술 ㆍ Semantic Parsing Conversational AI Natural Language Understanding / Machine Learning ㆍEntity Extraction and Resolution - Machine Learning 관련기술연구개발경험보유자ㆍStatistical
More informationPowerPoint 프레젠테이션
기호적접근과딥러닝기술을융합한자연어처리및질의응답기술 2018. 8. 13. 김현기 언어지능연구그룹 / 한국전자통신연구원 1/48 발표순서 인공지능과엑소브레인 자연어처리연구현황 자연어질의응답연구현황 2/48 AI : Hype( 대대적이고과장된광고 ) or Hope? 기술발전
More information1
1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2
More informationDBPIA-NURIMEDIA
e- 비즈니스연구 (The e-business Studies) Volume 17, Number 1, February, 28, 2016:pp. 293~316 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2015. 12. 04 2015. 12. 24 2016. 02. 25 ABSTRACT
More informationJVM 메모리구조
조명이정도면괜찮조! 주제 JVM 메모리구조 설미라자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조장. 최지성자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조원 이용열자료조사, 자료작성, PPT 작성, 보고서작성. 이윤경 자료조사, 자료작성, PPT작성, 보고서작성. 이수은 자료조사, 자료작성, PPT작성, 보고서작성. 발표일 2013. 05.
More informationDW 개요.PDF
Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.
More informationData Industry White Paper
2017 2017 Data Industry White Paper 2017 1 3 1 2 3 Interview 1 ICT 1 Recommendation System * 98 2017 Artificial 3 Neural NetworkArtificial IntelligenceAI 2 AlphaGo 1 33 Search Algorithm Deep Learning IBM
More informationexample code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for
2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon
More information슬라이드 1
웹 2.0 분석보고서 Year 2006. Month 05. Day 20 Contents 1 Chapter 웹 2.0 이란무엇인가? 웹 2.0 의시작 / 웹 1.0 에서웹 2.0 으로 / 웹 2.0 의속성 / 웹 2.0 의영향 Chapter Chapter 2 3 웹 2.0 을가능케하는요소 AJAX / Tagging, Folksonomy / RSS / Ontology,
More information여행기
POPL/VMCAI 2013 ROME, ITALY 2013.01.20-2013.01.26 POPL 2013. 40 POPL VMCAI, PADL, PEPM... 1. POPL,. VMCAI(International Conference on Verification, Model Checking, and Abstract Interpretation), PADL(International
More information2002년 2학기 자료구조
자료구조 (Data Structures) Chapter 1 Basic Concepts Overview : Data (1) Data vs Information (2) Data Linear list( 선형리스트 ) - Sequential list : - Linked list : Nonlinear list( 비선형리스트 ) - Tree : - Graph : (3)
More informationPCServerMgmt7
Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network
More information< FB1B9BEEEB1B3C0B0BFACB1B C1FD5FC3D6C1BE2E687770>
글내용의전개방식에대하여 14) 이성영 * < 次例 > Ⅰ. Ⅱ. Ⅲ. Ⅳ. Ⅰ. 들어가며..,..,.,., * 200 국어교육연구제 31 집,. ( ), ( ), ( ).,... 1).,,.,. Ⅱ. 전개방식의개념과성격 1. 전개방식의개념 1) 개념의혼란양상 1),. 글내용의전개방식에대하여 201.. 2007 < > < >. < > - (2) - ( ) -
More information강의지침서 작성 양식
정보화사회와 법 강의지침서 1. 교과목 정보 교과목명 학점 이론 시간 실습 학점(등급제, P/NP) 비고 (예:팀티칭) 국문 정보화사회와 법 영문 Information Society and Law 3 3 등급제 구분 대학 및 기관 학부(과) 전공 성명 작성 책임교수 법학전문대학원 법학과 최우용 2. 교과목 개요 구분 교과목 개요 국문 - 정보의 디지털화와 PC,
More information슬라이드 1
4. Mobile Service Technology Mobile Computing Lecture 2012. 10. 5 안병익 (biahn99@gmail.com) 강의블로그 : Mobilecom.tistory.com 2 Mobile Service in Korea 3 Mobile Service Mobility 4 Mobile Service in Korea 5 Mobile
More information출원국 권 리 구 분 상 태 권리번호 KR 특허 등록 10-2012-0092520 10-2012-0092518 10-2007-0071793 10-2012-0092517
기술사업성평가서 경쟁정보분석서비스 제공 기술 2014 8 출원국 권 리 구 분 상 태 권리번호 KR 특허 등록 10-2012-0092520 10-2012-0092518 10-2007-0071793 10-2012-0092517 Ⅰ 기술 구현 메커니즘 - 1 - 경쟁정보분석서비스 항목 - 2 - 핵심 기술 특징 및 주요 도면
More informationThe Self-Managing Database : Automatic Health Monitoring and Alerting
The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG
More information슬라이드 1
스마트공장설계, 운영을위한 공장 CPS 기술 성균관대학교공과대학 노상도 (sdnoh@skku.edu) 스마트공장 (Smart Factory) 전통제조업에 ICT 결합 공장설비와제품, 공정이지능화되어서로연결 생산정보와지식이실시간으로공유, 활용되어생산최적화 상 하위공장들이연결, 협업적운영으로개인 맞춤형제품생산이 가능한네트워크생산 (Roland Berger, INDUSTRY
More informationKD2002-27-02.hwp
개인의 지식창출시스템 구축을 위한 개념화 모델 16) 요 약 정보의 홍수를 이루고 있는 지식 정보사회에서 자신에게 가장 적합한 정보를 신속하게 받아들이 고, 이를 유의미한 지식으로 변형하여 적절한 상황에 활용할 수 있는 지식창출 능력은 매우 중요하 다. 현재까지 지식의 속성이나 인지활동은 여러 학자들에 의해 다양한 접근방법으로 연구되어 왔으 나, 이러한 연구들을
More informationMicrosoft PowerPoint - XP Style
Business Strategy for the Internet! David & Danny s Column 유무선 통합 포탈은 없다 David Kim, Danny Park 2002-02-28 It allows users to access personalized contents and customized digital services through different
More informatione- 11 (Source: IMT strategy 1999 'PERMISSION ' ) The World Best Knowledge Providers Network
e 메일 /DB 마케팅 E? E e http://www.hunet.co.kr The World Best Knowledge Providers Network e- 11 (Source: IMT strategy 1999 'PERMISSION email' ) http://www.hunet.co.kr The World Best Knowledge Providers Network
More informationHigh Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo
High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and
More informationuntitled
Memory leak Resource 力 金 3-tier 見 Out of Memory( 不 ) Memory leak( 漏 ) 狀 Application Server Crash 理 Server 狀 Crash 類 JVM 說 例 行說 說 Memory leak Resource Out of Memory Memory leak Out of Memory 不論 Java heap
More information15_3oracle
Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.
More information<4D6963726F736F667420576F7264202D205B4354BDC9C3FEB8AEC6F7C6AE5D3131C8A35FC5ACB6F3BFECB5E520C4C4C7BBC6C320B1E2BCFA20B5BFC7E2>
목차(Table of Content) 1. 클라우드 컴퓨팅 서비스 개요... 2 1.1 클라우드 컴퓨팅의 정의... 2 1.2 미래 핵심 IT 서비스로 주목받는 클라우드 컴퓨팅... 3 (1) 기업 내 협업 환경 구축 및 비용 절감 기대... 3 (2) N-스크린 구현에 따른 클라우드 컴퓨팅 기술 기대 증폭... 4 1.3 퍼스널 클라우드와 미디어 콘텐츠 서비스의
More informationPowerPoint Presentation
오에스아이소프트코리아세미나세미나 2012 Copyright Copyright 2012 OSIsoft, 2012 OSIsoft, LLC. LLC. PI Coresight and Mobility Presented by Daniel Kim REGIONAL 세미나 SEMINAR 세미나 2012 2012 2 Copyright Copyright 2012 OSIsoft,
More information,126,865 43% (, 2015).,.....,..,.,,,,,, (AMA) Lazer(1963)..,. 1977, (1992)
, -,,,.,,,. 6.. (LIRUIYAO),, E-mail : ruiyao24@hotmail.com :,, 26 E-mail : taehee@khu.ac.kr 2014 1400 180 6.. 2014 6,126,865 43% (, 2015).,.....,..,.,,,,,,. 1963 (AMA) Lazer(1963)..,. 1977, 1990. (1992)
More informationJournal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: (LiD) - - * Way to
Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.353-376 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.353 (LiD) -- * Way to Integrate Curriculum-Lesson-Evaluation using Learning-in-Depth
More informationDBPIA-NURIMEDIA
The e-business Studies Volume 17, Number 6, December, 30, 2016:275~289 Received: 2016/12/02, Accepted: 2016/12/22 Revised: 2016/12/20, Published: 2016/12/30 [ABSTRACT] SNS is used in various fields. Although
More informationVoice Portal using Oracle 9i AS Wireless
Voice Portal Platform using Oracle9iAS Wireless 20020829 Oracle Technology Day 1 Contents Introduction Voice Portal Voice Web Voice XML Voice Portal Platform using Oracle9iAS Wireless Voice Portal Video
More information초보자를 위한 ADO 21일 완성
ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,
More information유니티 변수-함수.key
C# 1 or 16 (Binary or Hex) 1:1 C# C# (Java, Python, Go ) (0101010 ). (Variable) : (Value) (Variable) : (Value) ( ) (Variable) : (Value) ( ) ; (Variable) : (Value) ( ) ; = ; (Variable) : (Value) (Variable)
More informationJournal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: * Suggestions of Ways
Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.65-89 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.65 * Suggestions of Ways to Improve Teaching Practicum Based on the Experiences
More informationChap7.PDF
Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed
More information리뉴얼 xtremI 최종 softcopy
SSD를 100% 이해한 CONTENTS SSD? 03 04 05 06 07 08 09 10 11 12 13 15 14 17 18 18 19 03 SSD SSD? Solid State Drive(SSD) NAND NAND DRAM SSD [ 1. SSD ] CPU( )RAM Cache Memory Firmware GB RAM Cache Memory Memory
More informationSemantic Search and Data Interoperability for GeoWeb
NIA 빅 데이터 세미나 빅 데이터 개요 2012.02.21 솔트룩스 이경일 이 경 일 Tony LEE 주식회사 솔트룩스 대표이사 사장 KM/ECM 협의회, 회장 인하대 정보통신공학부, 겸임부교수 STI International, Board Member 컴퓨터지능소사이어티, 이사 ISO TC37, 전문위원 KICT, 초빙 연구위원 지경부 WBS 외, 기획/자문
More information대한한의학원전학회지26권4호-교정본(1125).hwp
http://www.wonjeon.org http://dx.doi.org/10.14369/skmc.2013.26.4.267 熱入血室證에 대한 小考 1 2 慶熙大學校大學校 韓醫學科大學 原典學敎室 韓醫學古典硏究所 白裕相1, 2 *117) A Study on the Pattern of 'Heat Entering The Blood Chamber' 1, Baik 1
More informationFrama-C/JESSIS 사용법 소개
Frama-C 프로그램검증시스템소개 박종현 @ POSTECH PL Frama-C? C 프로그램대상정적분석도구 플러그인구조 JESSIE Wp Aorai Frama-C 커널 2 ROSAEC 2011 동계워크샵 @ 통영 JESSIE? Frama-C 연역검증플러그인 프로그램분석 검증조건추출 증명 Hoare 논리에기초한프로그램검증도구 사용법 $ frama-c jessie
More information슬라이드 1
빅데이터분석을위한데이터마이닝방법론 SAS Enterprise Miner 활용사례를중심으로 9 주차 예측모형에대한평가 Assessment of Predictive Model 최종후, 강현철 차례 6. 모형평가의기본개념 6.2 모델비교 (Model Comparison) 노드 6.3 임계치 (Cutoff) 노드 6.4 의사결정 (Decisions) 노드 6.5 기타모형화노드들
More information<4D F736F F F696E74202D F ABFACB1B8C8B85FBEF0BEEEC3B3B8AEBFCDB1E2B0E8B9F8BFAAC7F6C8B228C1F6C3A2C1F829>
Ebiz 연구회 2017 9 21 정의용 FrankJeong@systrangroupcom SYSTRAN History & Technology Natural Language Processing Machine Translation History MT Technique Neural Network Neural Machine Translation Data Landscape
More informationuntitled
웹2.0의 사회 경제적 영향력 2007. 3. 21 < 목 차 > Ⅰ. 웹2.0의 의의 및 현황 1 Ⅱ. 웹2.0은 무엇이 다른가? 4 Ⅲ. 웹2.0의 비즈니스 모델 9 Ⅳ. 사회 경제적 영향 11 산은경제연구소 산업분석 2팀 Ⅰ. 웹2.0의 의의 및 현황 1. 의의 웹2.0이란 무엇인가? 정보의 개방을 통해 인터넷 사용자들간의 정보공유와 참여를 이끌어내고,
More informationPage 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not,
Page 1 of 5 Learn Korean Ep. 4: To be and To exist Of course to be and to exist are different verbs, but they re often confused by beginning students when learning Korean. In English we sometimes use the
More informationLXR 설치 및 사용법.doc
Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess
More information1217 WebTrafMon II
(1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network
More informationAGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례
모바일 클라우드 서비스 융합사례와 시장 전망 및 신 사업전략 2011. 10 AGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례 AGENDA 01. 모바일 산업의 환경 변화 가치 사슬의 분화/결합 모바일 업계에서도 PC 산업과 유사한 모듈화/분업화 진행 PC 산업 IBM à WinTel 시대 à
More information<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770>
ISO 20000 인증 사후심사 컨설팅 및 ITSM 시스템 고도화를 위한 제 안 요 청 서 2008. 6. 한 국 학 술 진 흥 재 단 이 자료는 한국학술진흥재단 제안서 작성이외의 목적으로 복제, 전달 및 사용을 금함 목 차 Ⅰ. 사업개요 1 1. 사업명 1 2. 추진배경 1 3. 목적 1 4. 사업내용 2 5. 기대효과 2 Ⅱ. 사업추진계획 4 1. 추진체계
More informationSolaris Express Developer Edition
Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC
More informationOracle Apps Day_SEM
Senior Consultant Application Sales Consulting Oracle Korea - 1. S = (P + R) x E S= P= R= E= Source : Strategy Execution, By Daniel M. Beall 2001 1. Strategy Formulation Sound Flawed Missed Opportunity
More informationKEM 2006-10-12 HYU-SWU-SUV : KEM : 2006 4 6 ~ 2006 10 4 (100% ) :, KEM,,, SUV, e- SUV KEM Core Domain KEM Core Domain Merge Test Bed Roadmap Competency Query 49 3 3 () ( ) ( ) 4 ( ) #1/3 1 : 2 : 3 : 4
More information6자료집최종(6.8))
Chapter 1 05 Chapter 2 51 Chapter 3 99 Chapter 4 151 Chapter 1 Chapter 6 7 Chapter 8 9 Chapter 10 11 Chapter 12 13 Chapter 14 15 Chapter 16 17 Chapter 18 Chapter 19 Chapter 20 21 Chapter 22 23 Chapter
More information금오공대 컴퓨터공학전공 강의자료
데이터베이스및설계 Chap 1. 데이터베이스환경 (#2/2) 2013.03.04. 오병우 컴퓨터공학과 Database 용어 " 데이타베이스 용어의기원 1963.6 제 1 차 SDC 심포지움 컴퓨터중심의데이타베이스개발과관리 Development and Management of a Computer-centered Data Base 자기테이프장치에저장된데이터파일을의미
More informationThe characteristic analysis of winners and losers in curling: Focused on shot type, shot accuracy, blank end and average score SungGeon Park 1 & Soowo
The characteristic analysis of winners and losers in curling: Focused on shot type, shot accuracy, blank end and average score SungGeon Park 1 & Soowon Lee 2 * 1 Program of Software Convergence, Soongsil
More information제20회_해킹방지워크샵_(이재석)
IoT DDoS DNS (jaeseog@sherpain.net) (www.sherpain.net) DDoS DNS DDoS / DDoS(Distributed DoS)? B Asia Broadband B Bots connect to a C&C to create an overlay network (botnet) C&C Provider JP Corp. Bye Bye!
More informationSW_faq2000번역.PDF
FREUENTLY ASKED UESTIONS ON SPEED2000 Table of Contents EDA signal integrity tool (vias) (via) /, SI, / SPEED2000 SPEED2000 EDA signal integrity tool, ( (via),, / ), EDA, 1,, / 2 FEM, PEEC, MOM, FDTD EM
More informationBusiness Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-
More informationCONTENTS Volume.174 2013 09+10 06 테마 즐겨찾기 빅데이터의 현주소 진일보하는 공개 기술, 빅데이터 새 시대를 열다 12 테마 활동 빅데이터 플랫폼 기술의 현황 빅데이터, 하둡 품고 병렬처리 가속화 16 테마 더하기 국내 빅데이터 산 학 연 관
방송 통신 전파 KOREA COMMUNICATIONS AGENCY MAGAZINE 2013 VOL.174 09+10 CONTENTS Volume.174 2013 09+10 06 테마 즐겨찾기 빅데이터의 현주소 진일보하는 공개 기술, 빅데이터 새 시대를 열다 12 테마 활동 빅데이터 플랫폼 기술의 현황 빅데이터, 하둡 품고 병렬처리 가속화 16 테마 더하기 국내
More information<B1DDC0B6C1A4BAB8C8ADC1D6BFE4B5BFC7E228C1A63836C8A3292E687770>
금융정보화 주요동향 제 제86호 2007. 3. 20 1. 금융업계 IT동향 2. IT 동향 3. 주요 IT용어 정 보 시 스 템 본 부 종 합 2007. 3월 제86호 1. 금융업계 IT동향 인터넷 사업자 보증보험 가입 의무화 추진 예정 보험사의 네트워크 환경 개선 동양생명 SOA(Service Oriented Architecture) 기반 차세대시스템 개발
More informationPowerPoint 프레젠테이션
@ Lesson 2... ( ). ( ). @ vs. logic data method variable behavior attribute method field Flow (Type), ( ) member @ () : C program Method A ( ) Method B ( ) Method C () program : Java, C++, C# data @ Program
More informationMicrosoft Word - 001.doc
工 學 碩 士 學 位 請 求 論 文 비계 구조와 프리패브 유닛을 사용한 현존하는 건물의 기능적 입면 부가에 관한 연구 A Study on Additional Occupy-able Facade to the Existing Buildings by Using Scaffolding Structure and Prefabricated Units 28 年 7 月 仁 荷
More informationTEL:02)861-1175, FAX:02)861-1176 , REAL-TIME,, ( ) CUSTOMER. CUSTOMER REAL TIME CUSTOMER D/B RF HANDY TEMINAL RF, RF (AP-3020) : LAN-S (N-1000) : LAN (TCP/IP) RF (PPT-2740) : RF (,RF ) : (CL-201)
More information비식별화 기술 활용 안내서-최종수정.indd
빅데이터 활용을 위한 빅데이터 담당자들이 실무에 활용 할 수 있도록 비식별화 기술과 활용방법, 실무 사례 및 예제, 분야별 참고 법령 및 활용 Q&A 등 안내 개인정보 비식별화 기술 활용 안내서 Ver 1.0 작성 및 문의 미래창조과학부 : 양현철 사무관 / 김자영 주무관 한국정보화진흥원 : 김진철 수석 / 김배현 수석 / 신신애 부장 문의 : cckim@nia.or.kr
More information목 차 요약문 I Ⅰ. 연구개요 1 Ⅱ. 특허검색 DB 및시스템조사 5
2014 특허청정책연구결과보고서 발간등록번호 11-1430000-001369-01 ISBN 978-89-6199-792-8-13500 ᅦ 특허검색고도화를위한 검색시스템및검색기법연구 A Study on the Retrieval Systems and Techniques for Enhancing Patent Search 목 차 요약문 I Ⅰ. 연구개요 1 Ⅱ. 특허검색
More information<4D6963726F736F667420506F776572506F696E74202D2030342E20C0CEC5CDB3DD20C0C0BFEB20B9D720BCADBAF1BDBA20B1E2BCFA2831292E70707478>
웹과 인터넷 활용 및실습 () (Part I) 문양세 강원대학교 IT대학 컴퓨터과학전공 강의 내용 전자우편(e-mail) 인스턴트 메신저(instant messenger) FTP (file transfer protocol) WWW (world wide web) 인터넷 검색 홈네트워크 (home network) Web 2.0 개인 미니홈페이지 블로그 (blog)
More informationCover Story 01 20 Oracle Big Data Vision 01_Big Data의 배경 02_Big Data의 정의 03_Big Data의 활용 방안 04_Big Data의 가치
Oracle Big Data 오라클 빅 데이터 이야기 Cover Story 01 20 Oracle Big Data Vision 01_Big Data의 배경 02_Big Data의 정의 03_Big Data의 활용 방안 04_Big Data의 가치 최근 빅 데이터에 대한 관심이 커지고 있는데, 그 배경이 무엇일까요? 정말 다양한 소스로부터 엄청난 데이터들이 쏟아져
More informationthesis
CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation
More informationNo Slide Title
Copyright, 2001 Multimedia Lab., CH 3. COM object (In-process server) Eun-sung Lee twoss@mmlab.net Multimedia Lab. Dept. of Electrical and Computer Eng. University of Seoul Seoul, Korea 0. Contents 1.
More informationJournal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: A study on Characte
Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.381-404 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.381 A study on Characteristics of Action Learning by Analyzing Learners Experiences
More information슬라이드 1
CJ 2007 CONTENTS 2006 CJ IR Presentation Overview 4 Non-performing Asset Company Profile Vision & Mission 4 4 - & 4-4 - & 4 - - - - ROE / EPS - - DreamWorks Animation Net Asset Value (NAV) Disclaimer IR
More informationMicrosoft PowerPoint - AC3.pptx
Chapter 3 Block Diagrams and Signal Flow Graphs Automatic Control Systems, 9th Edition Farid Golnaraghi, Simon Fraser University Benjamin C. Kuo, University of Illinois 1 Introduction In this chapter,
More informationSW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013
SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING
More information