Can AI Generate Love Advice?: Toward Neural Answer Generation for Non-Factoid Questions
Makoto Nakatsuji

TL;DR
This paper introduces a neural answer construction model that improves non-factoid question answering by understanding context and generating tailored answers, demonstrated through love advice datasets with significant accuracy gains.
Contribution
It presents a novel neural model that combines semantic bias integration and biLSTM-based answer generation, moving beyond simple answer selection for non-factoid questions.
Findings
Achieved 20% higher accuracy in answer creation over baselines.
Successfully applied to love advice service in Japanese QA site.
Enhances answer relevance by understanding contextual word usage.
Abstract
Deep learning methods that extract answers for non-factoid questions from QA sites are seen as critical since they can assist users in reaching their next decisions through conversations with AI systems. The current methods, however, have the following two problems: (1) They can not understand the ambiguous use of words in the questions as word usage can strongly depend on the context. As a result, the accuracies of their answer selections are not good enough. (2) The current methods can only select from among the answers held by QA sites and can not generate new ones. Thus, they can not answer the questions that are somewhat different with those stored in QA sites. Our solution, Neural Answer Construction Model, tackles these problems as it: (1) Incorporates the biases of semantics behind questions into word embeddings while also computing them regardless of the semantics. As a result,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Software Engineering Research · Natural Language Processing Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Bidirectional LSTM
