Arrow Research search

Author name cluster

Chikara Hashimoto

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

3 papers
1 author row

Possible papers

3

AAAI Conference 2017 Conference Paper

Improving Event Causality Recognition with Multiple Background Knowledge Sources Using Multi-Column Convolutional Neural Networks

  • Canasai Kruengkrai
  • Kentaro Torisawa
  • Chikara Hashimoto
  • Julien Kloetzer
  • Jong-Hoon Oh
  • Masahiro Tanaka

We propose a method for recognizing such event causalities as “smoke cigarettes” → “die of lung cancer” using background knowledge taken from web texts as well as original sentences from which candidates for the causalities were extracted. We retrieve texts related to our event causality candidates from four billion web pages by three distinct methods, including a why-question answering system, and feed them to our multi-column convolutional neural networks. This allows us to identify the useful background knowledge scattered in web texts and effectively exploit the identified knowledge to recognize event causalities. We empirically show that the combination of our neural network architecture and background knowledge significantly improves average precision, while the previous state-of-the-art method gains just a small benefit from such background knowledge.

AAAI Conference 2016 Conference Paper

A Semi-Supervised Learning Approach to Why-Question Answering

  • Jong-Hoon Oh
  • Kentaro Torisawa
  • Chikara Hashimoto
  • Ryu Iida
  • Masahiro Tanaka
  • Julien Kloetzer

We propose a semi-supervised learning method for improving why-question answering (why-QA). The key of our method is to generate training data (question-answer pairs) from causal relations in texts such as “[Tsunamis are generated]effect because [the ocean’s water mass is displaced by an earthquake]cause. ” A naive method for the generation would be to make a question-answer pair by simply converting the effect part of the causal relations into a why-question, like “Why are tsunamis generated? ” from the above example, and using the source text of the causal relations as an answer. However, in our preliminary experiments, this naive method actually failed to improve the why-QA performance. The main reason was that the machine-generated questions were often incomprehensible like “Why does (it) happen? ”, and that the system suffered from overfitting to the results of our automatic causality recognizer. Hence, we developed a novel method that effectively filters out incomprehensible questions and retrieves from texts answers that are likely to be paraphrases of a given causal relation. Through a series of experiments, we showed that our approach significantly improved the precision of the top answer by 8% over the current state-of-the-art system for Japanese why-QA.

AAAI Conference 2015 Conference Paper

Generating Event Causality Hypotheses through Semantic Relations

  • Chikara Hashimoto
  • Kentaro Torisawa
  • Julien Kloetzer
  • Jong-Hoon Oh

Event causality knowledge is indispensable for intelligent natural language understanding. The problem is that any method for extracting event causalities from text is insufficient; it is likely that some event causalities that we can recognize in this world are not written in a corpus, no matter its size. We propose a method of hypothesizing unseen event causalities from known event causalities extracted from the web by the semantic relations between nouns. For example, our method can hypothesize deploy a security camera→avoid crimes from deploy a mosquito net→avoid malaria through semantic relation A PREVENTS B. Our experiments show that, from 2. 4 million event causalities extracted from the web, our method generated more than 300, 000 hypotheses, which were not in the input, with 70% precision. We also show that our method outperforms a state-ofthe-art hypothesis generation method.