Skip to main content

Showing 1–10 of 10 results for author: Takefuji, Y

.
  1. arXiv:2204.08512  [pdf, other

    cs.LO

    An Experiment of Randomized Hints on an Axiom of Infinite-Valued Lukasiewicz Logic

    Authors: Ruo Ando, Yoshiyasu Takefuji

    Abstract: In this paper, we present an experiment of our randomized hints strategy of automated reasoning for yielding Axiom(5) from Axiom(1)(2)(3)(4) of Infinite-Valued Lukasiewicz Logic. In the experiment, we randomly generated a set of hints with size ranging from 30 to 60 for guiding hyper-resolution based search by the theorem prover OTTER. We have successfully found the most useful hints list (with 30… ▽ More

    Submitted 15 April, 2022; originally announced April 2022.

  2. arXiv:2201.03301  [pdf, other

    cs.CC

    An experiment of the complexity of sliding block puzzles by 2D heat flow in paramodulation

    Authors: Ruo Ando, Yoshiyasu Takefuji

    Abstract: In this paper, we present a curious experiment with the hot list strategy in solving sliding block puzzles by paramodulation. The hot list strategy is one of the look-ahead strategies using paramodulation in automated reasoning. We define two heat flows in the reasoning process - vertical with the hot list of permutations along the Y-axis and horizontal along the X-axis. In the experiment, we have… ▽ More

    Submitted 10 January, 2022; originally announced January 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:2012.08231

  3. arXiv:2012.08231  [pdf, ps, other

    cs.CC cs.AI

    A new perspective of paramodulation complexity by solving massive 8 puzzles

    Authors: Ruo Ando, Yoshiyasu Takefuji

    Abstract: A sliding puzzle is a combination puzzle where a player slide pieces along certain routes on a board to reach a certain end-configuration. In this paper, we propose a novel measurement of complexity of massive sliding puzzles with paramodulation which is an inference method of automated reasoning. It turned out that by counting the number of clauses yielded with paramodulation, we can evaluate the… ▽ More

    Submitted 15 December, 2020; originally announced December 2020.

    Comments: arXiv admin note: text overlap with arXiv:2011.00775

  4. arXiv:2011.00775  [pdf, ps, other

    cs.AI

    A Curious New Result of Resolution Strategies in Negation-Limited Inverters Problem

    Authors: Ruo Ando, Yoshiyasu Takefuji

    Abstract: Generally, negation-limited inverters problem is known as a puzzle of constructing an inverter with AND gates and OR gates and a few inverters. In this paper, we introduce a curious new result about the effectiveness of two powerful ATP (Automated Theorem Proving) strategies on tackling negation limited inverter problem. Two resolution strategies are UR (Unit Resulting) resolution and hyper-resolu… ▽ More

    Submitted 2 November, 2020; originally announced November 2020.

  5. arXiv:2008.09409  [pdf, other

    cs.LG cs.NE

    A constrained recursion algorithm for batch normalization of tree-sturctured LSTM

    Authors: Ruo Ando, Yoshiyasu Takefuji

    Abstract: Tree-structured LSTM is promising way to consider long-distance interaction over hierarchies. However, there have been few research efforts on the hyperparameter tuning of the construction and traversal of tree-structured LSTM. To name a few, hyperparamters such as the interval of state initialization, the number of batches for normalization have been left unexplored specifically in applying batch… ▽ More

    Submitted 21 August, 2020; originally announced August 2020.

    Comments: 8 pages, 9 figures

  6. arXiv:1812.06280  [pdf, other

    cs.CL cs.LG

    Wikipedia2Vec: An Efficient Toolkit for Learning and Visualizing the Embeddings of Words and Entities from Wikipedia

    Authors: Ikuya Yamada, Akari Asai, ** Sakuma, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji, Yuji Matsumoto

    Abstract: The embeddings of entities in a large knowledge base (e.g., Wikipedia) are highly beneficial for solving various natural language tasks that involve real world knowledge. In this paper, we present Wikipedia2Vec, a Python-based open-source tool for learning the embeddings of words and entities from Wikipedia. The proposed tool enables users to learn the embeddings efficiently by issuing a single co… ▽ More

    Submitted 26 September, 2020; v1 submitted 15 December, 2018; originally announced December 2018.

    Comments: EMNLP 2020 (system demonstration)

  7. arXiv:1806.02960  [pdf, other

    cs.CL cs.NE

    Representation Learning of Entities and Documents from Knowledge Base Descriptions

    Authors: Ikuya Yamada, Hiroyuki Shindo, Yoshiyasu Takefuji

    Abstract: In this paper, we describe TextEnt, a neural network model that learns distributed representations of entities and documents directly from a knowledge base (KB). Given a document in a KB consisting of words and entity annotations, we train our model to predict the entity that the document describes and map the document and its target entity close to each other in a continuous vector space. Our mod… ▽ More

    Submitted 7 June, 2018; originally announced June 2018.

    Comments: Accepted at COLING 2018

  8. arXiv:1803.08652  [pdf, other

    cs.CL

    Studio Ousia's Quiz Bowl Question Answering System

    Authors: Ikuya Yamada, Ryuji Tamaki, Hiroyuki Shindo, Yoshiyasu Takefuji

    Abstract: In this chapter, we describe our question answering system, which was the winning system at the Human-Computer Question Answering (HCQA) Competition at the Thirty-first Annual Conference on Neural Information Processing Systems (NIPS). The competition requires participants to address a factoid question answering task referred to as quiz bowl. To address this task, we use two novel neural network m… ▽ More

    Submitted 23 March, 2018; originally announced March 2018.

    Comments: This is a preprint of a springer book chapter from NIPS 2017 Competitions proceedings

  9. arXiv:1705.02494  [pdf, other

    cs.CL cs.NE

    Learning Distributed Representations of Texts and Entities from Knowledge Base

    Authors: Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji

    Abstract: We describe a neural network model that jointly learns distributed representations of texts and knowledge base (KB) entities. Given a text in the KB, we train our proposed model to predict entities that are relevant to the text. Our model is designed to be generic with the ability to address various NLP tasks with ease. We train the model using a large corpus of texts and their entity annotations… ▽ More

    Submitted 7 November, 2017; v1 submitted 6 May, 2017; originally announced May 2017.

    Journal ref: Transactions of the Association for Computational Linguistics, 5 (2017), 397-411

  10. arXiv:1601.01343  [pdf, ps, other

    cs.CL

    Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation

    Authors: Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji

    Abstract: Named Entity Disambiguation (NED) refers to the task of resolving multiple named entity mentions in a document to their correct references in a knowledge base (KB) (e.g., Wikipedia). In this paper, we propose a novel embedding method specifically designed for NED. The proposed method jointly maps words and entities into the same continuous vector space. We extend the skip-gram model by using two m… ▽ More

    Submitted 9 June, 2016; v1 submitted 6 January, 2016; originally announced January 2016.

    Comments: Accepted at CoNLL 2016