on the text in the node, then it segments the text into
a word sequence, and finally it extracts its content
words. Each content word is converted into a vector
representation. This vectorization uses a machine
learning algorithm called word2vec (Mikolov et al.,
2013a) (Mikolov et al., 2013b). Wikipedia content
was used for the learning of word2vec. Using the
vectors of the word sequence, the method calculates
the semantic distance between the tree nodes and the
direction of abstraction based on the inner product of
the vectors. Each tree node is vectored as a mean
vector of the word vectors of its text content. If
semantic distances between the parent node and
several child nodes are closer, the tree structure is
better balanced, and if the inner product of the
difference vector of the parent node and its child node
and the difference vector of its child node and its
grandchild node is larger, the abstraction direction of
the tree is more semantically coherent. On the basis
of this vector calculation, we can determine the
relative advantages of the ideas in the tree structures.
Our idea creation support tool always calculates
the evaluation value of the idea and feeds the results
back to the user, thus helping the user create a more
sophisticated idea.
In this paper, first, we describe the support tool to
express an idea in a tree structure and the mechanism
to clearly visualize it by a poster. Next, as a means to
compare the ideas expressed in a tree structure, a
method of calculating the priority of the tree structure
is presented. Finally, in order to facilitate idea
creation in a group, we explain our meeting support
system, which presents a poster at a meeting and
enables the idea to be shared among all members. The
system aggregates the ideas evolved by each member
and integrates them into a larger tree structure.
2 IDEA CREATION SUPPORT
TOOL
2.1 Problem of Idea Creation
Idea creation is a central part of activities such as
research and product development. In idea creation, it
is important to know the entire content of the theme
being discussed, including peripherals such as
background and potential applications of ideas.
If we do not have an overall picture of the idea,
there is a danger of becoming too focused on the less
essential issues, which sometimes causes delays in
progress. If the idea creation is completed in a short
period, grasping the overall picture is relatively easy.
However, when idea creation requires a longer period
of time, it becomes difficult. In this latter case, it is
effective to hear the opinions of others in periodic
presentations. However, in a presentation, the focus
is often on the local problems of ideas, and it is
generally quite difficult to evaluate such a discussion
in a way that encompasses the orientation of overall
ideas.
2.2 Related Work
So far, there have been a few tools and methodologies
developed to support idea creation.
A typical example is the Mind Map (Buzan, T.,
1990) (Beel and Langer, 2011), which represents an
idea graphically by showing the relationship between
the elements of ideas in a tree structure. However, the
ability to create an intuitively understandable
expression depends on the author: the tool does not
automatically calculate the appropriateness of
representation and does not give any advice to
improve the content.
For collaborative idea creation, we typically
conduct meetings in order to develop the idea. There
are various systems in place to record the meeting
content in chronological order and allow members to
search and summarize the contents (Ishitoya, Ohira
and Nagao, 2009). However, we feel it is not
appropriate to use the time-series structure to
represent the content created during idea creation
activities because often several ideas are developed in
parallel and we sometimes reconsider previous ideas.
It is impossible to fully grasp the overall idea when
information is presented in sequence.
2.3 How to Support Idea Creation
Structurally describing the contents of an idea may
impose a large burden on the user, as it may entail not
just the description of notes and sketches but also an
awareness of the relationships between these.
Moreover, with the concept of the description, it starts
out as an abstract description and then the tree
structure typically divides into more specific
examples of the description. However, in the process
of refinement, another abstract description may be
derived, which may worsen the balance of the tree
structure. This makes it difficult to grasp the overall
picture. Therefore, in this work we focused on how
the presentation should be performed in order to best
explain the ideas to others.
In a typical presentation, visual aids such as slides
and posters are required. Therefore, we developed a
tool that can be used to create the tree structure of the