1,720,960 research outputs found
Community-based methods for neural architecture search and knowledge base population
Neural architecture search; multi-task learning; language model; graph neural network정보화 방법의 급속한 발전과 함께 많은 실제 응용 분야(예: 소셜 미디어, 신경망 구조 검색, 지식베이스)에서 다양한 그래프가 널리 보급되었다. 다양한 작업에서 그래프를 이용할 때 중요한 역할을 하는 개념은 네트워크 커뮤니티이다. 커뮤니티는 서로 연결된 정점 그룹을 의미한다. 그래프에서 커뮤니티를 검색하는 작업 중 중요한 예는 신경망 구조 설계 및 지식베이스 증식(knowledge base population)이 있다. 신경망 구조 검색은 그래프(구조 검색 공간)에서 조건(계산 비용 절감 및 다중 작업 학습)을 만족하는 커뮤니티(신경망 구조)를 검색한다. 지식베이스 증식은 그래프(입력 문서 및 지식베이스의 의미 그래프)에서 커뮤니티(지식베이스에 대한 추가 지식)를 찾아 지식베이스에 추가한다. 추가 지식의 예는 주어, 술어 및 객체로 구성된 트리플이다. 최근 심층 신경망의 발전에도 불구하고 다중 작업 학습은 심층 신경망을 완전히 사용하기 어려웠다. 본 학위논문에서는 다중작업 학습에서 신경망 구조를 자동으로 설계하고, 계산 비용을 절감하며, 지식베이스에 지식을 추가하는 세 가지 커뮤니티 검색 방법을 제안한다. 본 학위논문의 첫 번째 부분에서는 다중작업에서의 신경망 구조 검색을 위한 커뮤니티 검색에 집중하며, 우리가 제안하는 ConnectomeNet 은 다중작업에서 신경 세포의 중요한 부분을 자동으로 공유하고 새 작업에 대한 토폴로지를 경제적으로 조정하는 방법을 학습한다. Ablation study 를 포함한 광범위한 실험은 ConnectomeNet 이 다중작업에 대한 순차학습에서 치명적인 망각 문제(catastrophic forgetting problem)에 완화에 대해 최첨단 방법(SOTA)을 능가한다는 것을 보여준다. 치명적인 망각 문제에 대해 정규화 된 정확도로 표현했을 때, ConnectomeNet (즉, 100%)은 IMM (89.0%) 및 DEN (99.97%)을 능가한다. 본 논문의 두 번째 부분에서는 단일작업에서의 신경망 구조 검색을 위한 커뮤니티 검색에 집중하며, 우리가 제안하는 TENAS 는 세심하게 신경망 검색 공간을 설계하지 않고 소량의 컴퓨팅 자원만을 사용해도 기존 작업과 경쟁력 있는 성능을 달성한다. TENAS 가 검색한 신경망 구조는 convolution 의 채널 측면에서 희박(sparse)하며, 서로 다른 셀에서 서로 다른 토폴로지를 가진다. CIFAR-10 과 ImageNet 에 대한 실험 결과는 TENAS 에서 검색한 희박한 모델이 기존 방법으로 검색한 밀집(dense) 모델과 매우 경쟁력 있는 성능을 나타냄을 보여준다. 본 논문의 세 번째 부분에서는 지식베이스 증식을 위한 커뮤니티 검색에 집중하며, BERT 로 강화한 그래프 신경망 기반의 BGKBP 를 제시한다. 우리의 실험은 대규모 지식베이스(예: Wikidata)에 BERT 및 GNN 을 직접 적용하면 지식베이스 증식 품질이 향상되고 이전의 최첨단 방법보다 성능이 우수함을 보여준다. BGKBP 는 객체연결 및 신규 객체감지에서 각각 0.723 및 0.495 의 최고 F1 점수를 달성한다. 요약하면 다중작업 학습에서 효율적인 신경망 구조를 자동으로 설계하고, 단일작업 학습에서 계산 비용을 줄이고, 지식베이스 정보를 증식하는 세 가지 커뮤니티 검색 방법을 제안한다. 우리는 광범위한 실험을 통해 제안한 방법의 효율성을 검증했다. 제안하는 방법은 효율적인 신경망 구조와 유익한 지식베이스를 필요로 하는 다양한 응용에 도움이 될 수 있을 것이다.|With the rapid improvement of information methods, various big graphs are prevalent in many real applications (e.g., social media, search space of neural architecture, and knowledge bases). An important part of these graphs is the network community. Basically, a community is a group of vertices that are connected among themselves. Designing neural architecture and knowledge base population are important applications of searching for the community from a graph. In neural architecture search, the existing work searches communities (neural architectures) from a graph (search space) to find the neural architecture satisfying the conditions (e.g., reducing computation costs and learning multi-task). In the knowledge base population, the existing work search communities (additional knowledge for knowledge base) from a graph (a semantic graph from input documents and knowledge base) to populate the knowledge base. An example of additional knowledge is a triple consisting of subject, predicate, and object. Despite recent advances in deep neural networks (DNNs), multi-task learning has not been able to fully use DNNs. In this dissertation, we propose three community search methods, which automatically design neural architecture in multi-task learning, and reduce computation cost in single task learning, and add additional knowledge to knowledge bases. In the first part of this dissertation, we focus on community search for designing neural architecture in multi-task learning. Inspired by findings from neuroscience, we propose a unified DNN modeling framework, called ConnectomeNet, that not only encompasses the best principles of contemporary DNN designs but also unifies them with the transfer, curriculum, and adaptive structural learning, all in the context of multi-task learning. Specifically, ConnectomeNet iteratively resembles connectome neuron units (CNUs) with a highlevel topology represented as a directed acyclic graph. As a result, ConnectomeNet enables non-trivial automatic sharing of neurons across multiple tasks and learns to economically adapt its topology for a new task. Extensive experiments including the ablation study demonstrated that ConnectomeNet outperforms the state-of-the-art methods in terms of the performance in multi-task learning, such as the degree of catastrophic forgetting from sequential learning. For the degree of catastrophic forgetting, with normalized accuracy, our proposed method (i.e., 100%) outperforms mean-IMM (i.e., 89.0%) and DEN (i.e., 99.97%). In the second part of this dissertation, we focus on community search for reducing computation cost of neural architecture search in single task learning. we investigate the possibility of achieving competitive performance with the existing work only using a small amount of computing power and without designing the search space carefully. We propose TENAS using Taylor expansion and only a fixed type of operation. The resulting architecture is sparse in terms of channels and has different topologies at different cells. The experimental results for CIFAR-10 and ImageNet show that a fine-granular and sparse model searched by TENAS achieves very competitive performance with dense models searched by the existing methods. In the third part of this dissertation, we focus on community search for knowledge base population. we present BGKBP, a deep-learning algorithm based on BERT, and a graph neural network for knowledge base population (KBP). Our experiments showed that a straightforward application of BERT and GNN on a large knowledge base (e.g., Wikidata) improves KBP quality and outperforms the previous state-of-the-art methods. We developed four techniques to improve the BGKBP’s KBP capability: (1) serialization, (2) fine-tuning, (3) node regression, and (4) text augmentation. BGKBP achieved the best F1 scores of 0.723 and 0.495 on entity linking and new entity detection, respectively. We further showed that using text augmentation (BGKBP-TA) achieved the best F1 score of 0.547 on relation linking, which is more difficult than entity linking because of the various representations of some of the relations. In summary, we propose three community search methods, which automatically design efficient neural architecture in multi-task learning, and reduce computation costs, and add additional knowledge to knowledge bases. We have verified the efficiency of the proposed methods through extensive experiments. We also believe that the proposed methods could be helpful for various applications requiring efficient neural architecture and informative knowledge bases.1 Introduction 1
1.1 Community search approaches 2
1.2 Motivation and goals 8
1.3 Structure of thesis 10
2 ConnectomeNet: a Unified Deep Neural Network Modeling Framework for Multitask Learning 11
2.1 Method 11
2.1.1 Connectome Neuron Unit (CNU) Design 12
2.1.2 Single Task Learning 13
2.1.3 Multi-Task Learning 17
2.1.4 Objective Function 20
2.2 Experiments 21
2.2.1 Datasets 21
2.2.2 Ablation study 22
2.2.3 Impact of Task Order for Multi-task Learning 25
2.2.4 Comparison with State-of-the-Arts 27
2.3 Related Work 29
3 TENAS: Using Taylor Expansion and Channel-level Skip Connection for Neural Architecture Search 35
3.1 Method 35
3.1.1 The one-shot model 36
3.1.2 Optimization problem using Taylor expansion for neural architecture search 38
3.1.3 Searching the most promising sparse model 39
3.1.4 Topological properties of the final sparse model 41
3.2 Experiments 42
3.2.1 Comparison with ENAS varying the number of cells 43
3.2.2 Evaluation of TENAS varying the number of nodes 44
3.2.3 Comparison with other methods 44
3.2.4 Using DenseNet-like search space for TENAS 46
3.3 Related Work 47
4 A BERT-enhanced Graph Neural Network for Knowledge Base Population 50
4.1 Preliminaries 50
4.1.1 Problem definition 51
4.1.2 Overview of KBP process 51
4.2 Method 53
4.2.1 Serialization 54
4.2.2 Fine-tuning pre-trained BERT 54
4.2.3 Node regression using GNN 56
4.2.4 Text augmentation 57
4.3 Experiments 57
4.3.1 Datasets and baselines 57
4.3.2 Models 58
4.3.3 Evaluations on KBP 58
4.3.4 Evaluations on new entity detection 58
4.4 Related Work 60
5 Discussions 61
5.1 The differences between the optimization methods of ConnectomeNet and that of DART 61
5.2 The advantages and disadvantages of optimizing architecture and weight in different orders 62
5.3 The relationship between community-based methods and neural architecture search 64
5.4 Future research directions 65
6 Conclusions 66DoctordCollectio
Going Beyond Counting First Authors in Author Co-citation Analysis
The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation
counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings
are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that
only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into
account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed
Variations on the Author
“Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship
Appropriate Similarity Measures for Author Cocitation Analysis
We provide a number of new insights into the methodological discussion about author cocitation analysis. We first argue that the use of the Pearson correlation for measuring the similarity between authors’ cocitation profiles is not very satisfactory. We then discuss what kind of similarity measures may be used as an alternative to the Pearson correlation. We consider three similarity measures in particular. One is the well-known cosine. The other two similarity measures have not been used before in the bibliometric literature. Finally, we show by means of an example that our findings have a high practical relevance.information science;Pearson correlation;cosine;similarity measure;author cocitation analysis
Dispelling the Myths Behind First-author Citation Counts
We conducted a full-scale evaluative citation analysis study of scholars in the XML research field to explore just how different from each other author rankings resulting from different citation counting methods actually are, and to demonstrate the capability of emerging data and tools on the Web in supporting more realistic citation counting methods. Our results contest some common arguments for the continued
use of first-author citation counts in the evaluation of scholars, such as high correlations between author rankings by first-author citation counts and other citation
counting methods, and high costs of using more realistic citation counting methods that are not well-supported by the ISI databases. It is argued that increasingly available digital full text research papers make it possible for citation analysis studies to go beyond what the ISI databases have directly supported and to employ more
sophisticated methods
koamabayili/VECTRON-author-checklist: VECTRON author checklist
We have done our best to complete the author checklist relating to the use of animals in the hut study. Note that the objective for the hut study was to evaluate the IRS treatment applications for residual efficacy against Anopheles mosquitoes, including the local An. coluzzii mosquito population. Cows were only used to attract mosquitoes into the huts and no tests were carried out directly on the cows. The author checklist is intended for use with studies where experiments are carried out on animals, which is why we have had such difficulty in completing this for the hut study, as many of the questions do not relate to how the cows were used
Author-wise bibliometric analysis based on entropy.
Author-wise bibliometric analysis based on entropy.</p
Author Under Sail The Imagination of Jack London, 1893-1902
In Author Under Sail, Jay Williams offers the first complete literary biography of Jack London as a professional writer engaged in the labor of writing. It examines the authorial imagination in London's work, the use of imagination in both his fiction and nonfiction, and the ways he defined imagination in the creative process in his business dealings with his publishers, editors, and agents. In this first volume of a two-volume biography, Williams traverses the years 1893 to 1902, from London's "Story of a Typhoon" to The People of the Abyss. The Jack London who emerges in the pages of Author Under Sail is a writer whose partnership with publishers, most notably his productive alliance with George Brett of Macmillan, was one of the most formative in American literary history. London pioneered many author models during the heyday of realism and naturalism, blurring the boundaries of these popular genres by focusing on absorption and theatricality and the representation of the seen and unseen. London created an impassioned, sincere, and extremely personal realism unlike that of other American writers of the time. Author Under Sail is a literary tour de force that reveals the full range of London as writer, creative citizen, and entrepreneur at the same time it sheds light on the maverick side of machine-age literature.Intro -- Title Page -- Copyright Page -- Dedication -- Contents -- Acknowledgments -- Introduction -- 1. Spirit Truth -- 2. From Absorption to Theatricality and Back Again -- 3. "I Will Build a New Present" -- 4. Sons as Authors -- 5. Fathers as Publishers -- 6. The Daughter as Author -- 7. Lovers as Authors -- 8. At Sea with the Family -- 9. Yellow News, Yellow Stories -- 10. The Return Home -- Notes -- Bibliography -- Index -- About Jay WilliamsIn Author Under Sail, Jay Williams offers the first complete literary biography of Jack London as a professional writer engaged in the labor of writing. It examines the authorial imagination in London's work, the use of imagination in both his fiction and nonfiction, and the ways he defined imagination in the creative process in his business dealings with his publishers, editors, and agents. In this first volume of a two-volume biography, Williams traverses the years 1893 to 1902, from London's "Story of a Typhoon" to The People of the Abyss. The Jack London who emerges in the pages of Author Under Sail is a writer whose partnership with publishers, most notably his productive alliance with George Brett of Macmillan, was one of the most formative in American literary history. London pioneered many author models during the heyday of realism and naturalism, blurring the boundaries of these popular genres by focusing on absorption and theatricality and the representation of the seen and unseen. London created an impassioned, sincere, and extremely personal realism unlike that of other American writers of the time. Author Under Sail is a literary tour de force that reveals the full range of London as writer, creative citizen, and entrepreneur at the same time it sheds light on the maverick side of machine-age literature.Description based on publisher supplied metadata and other sources.Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, YYYY. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries
- …
