Vehicle FAQ Answer Matching With Multi-Task Question Classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing question-and-answer systems for vehicles lack the accuracy and quality needed to effectively provide answers to frequently asked vehicle-related questions, especially due to spatial and situational restrictions within vehicles.

Innovation Solution

A question-and-answer system utilizing deep learning to classify and match input sentences with representative vehicle-related FAQs, performing multi-task learning to improve accuracy and quality of responses.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a conventional question-and-answer system is used for vehicles, then the system structure is simple, but the accuracy and quality of answering vehicle-related questions are insufficient

Engineering Contradiction:
Improveaccuracy of answeringVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments the question processing into distinct functional modules: an encoding module that converts input questions into encoded representations, a question classifier that identifies the type of question, and a category classifier that determines the answer category. This segmentation allows each module to specialize in specific tasks, improving overall accuracy while maintaining manageable system complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces a multi-dimensional classification approach by simultaneously classifying questions into multiple categories (question type, answer category, intent classification) rather than single-dimensional classification. This multi-dimensional approach enhances the precision of answer matching by considering multiple aspects of the question simultaneously.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If deep learning multi-task learning is implemented, then the accuracy and quality of FAQ answers are improved, but the computational complexity and training requirements increase

Engineering Contradiction:
Improveaccuracy of FAQ answeringVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system merges multiple classification tasks (question classification, category classification, and answer matching) into a single integrated deep learning model. This multi-task learning approach allows the model to learn shared representations across different tasks, improving accuracy for each individual task while avoiding the need for separate models, thus managing computational complexity through consolidation rather than multiplication of components.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The deep learning model is designed with multi-functionality to perform multiple classification and matching tasks simultaneously. The encoding module generates representations that are universally applicable to different question types and categories, allowing a single model structure to handle diverse vehicle-related FAQs with high accuracy without requiring task-specific model variations.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Measurement precision

If multiple classifiers and encoding modules are used, then the classification accuracy is improved, but the system structure becomes more complex

Engineering Contradiction:
Improveclassification accuracyVSAvoidsystem structure complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system divides the classification process into segmented functional components: an encoding module for feature extraction, a question classifier for question-type identification, and a category classifier for answer-category determination. Each segment focuses on a specific aspect of classification, improving overall accuracy while the modular structure keeps system complexity manageable through clear separation of concerns.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The encoding module performs preliminary action by converting raw input questions into encoded representations before they are passed to the classifiers. This preprocessing step prepares the data in an optimized format that enhances the effectiveness of subsequent classification operations, improving accuracy while consolidating complexity into a single preparatory module rather than distributing it across multiple preprocessing components.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12214661B2Question-and-answer system and method of controlling the same
Publication Date: 2025.02.04 HYUNDAI MOTOR CO LTD
  • US12214661B2 patent drawing
  • US12214661B2 patent drawing
  • US12214661B2 patent drawing

AI summary

A question-and-answer system providing an appropriate answer for a vehicle-related FAQ by using deep learning, and corresponding method are provided. The question-and-answer system includes: a memory that stores a plurality of representative questions to match a plurality of answers corresponding to the plurality of representative questions, respectively; a learning module configured to output a representative question corresponding to an input sentence from among the stored plurality of representative questions; and an output module configured to search the memory or an answer that matches the output representative question and output the found answer. The learning module is configured to perform multi task learning using a plurality of extended sentences for the plurality of representative questions as input data, and using the plurality of representative questions corresponding to the plurality of extended sentences, respectively, and a plurality of categories to which the plurality of extended sentences belong, respectively, as output data.