WO2024045926A1 - 多媒体推荐方法、推荐装置、车机系统和存储介质 - Google Patents
多媒体推荐方法、推荐装置、车机系统和存储介质 Download PDFInfo
- Publication number
- WO2024045926A1 WO2024045926A1 PCT/CN2023/107958 CN2023107958W WO2024045926A1 WO 2024045926 A1 WO2024045926 A1 WO 2024045926A1 CN 2023107958 W CN2023107958 W CN 2023107958W WO 2024045926 A1 WO2024045926 A1 WO 2024045926A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- word
- query
- multimedia
- words
- user behavior
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/40—Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
- G06F16/43—Querying
- G06F16/435—Filtering based on additional data, e.g. user or group profiles
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/40—Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
- G06F16/48—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
- G06F40/216—Parsing using statistical methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/289—Phrasal analysis, e.g. finite state techniques or chunking
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
Definitions
- the present application relates to the technical field of multimedia content search, and in particular to a multimedia recommendation method, recommendation device, vehicle system and storage medium.
- In-vehicle media services include content from multiple media sources, including aggregation of music, listening to books, and news. Users search for the content they want through voice or the car console.
- the vehicle-mounted system performs natural language understanding based on the query words input by the user, identifies the songs and singer names in the query words for music, and performs query output based on the clear singer and song names.
- the output accuracy is low.
- This application provides a multimedia recommendation method, recommendation device, vehicle-machine system and storage medium.
- the multimedia recommendation method in the implementation of this application includes:
- the trained predetermined model calculate a plurality of matching scores between the multimedia content and the correction word and a plurality of user behavior scores of the multimedia content, where the user behavior score is determined based on the historical playback status of the multimedia content;
- a plurality of the multimedia contents are sorted and a recommendation result is output.
- the multimedia recommendation method in the embodiment of the present application obtains multiple corrected multimedia contents by correcting the user input query words, and then outputs the recommended content after sorting according to the matching scores and user behavior scores calculated by the trained predetermined model, which can improve When users enter fuzzy query terms, they get more accurate output results and recommend content that is more suitable for users.
- the obtaining query terms includes:
- the input speech parsed text is used as the query word.
- modifying the query term and obtaining the corrected term includes:
- the similar words are used as the correction words.
- the calculation of the matching score includes:
- the matching score is calculated based on the data length, the length of the text and the weight of the target word.
- calculating the weight of the target word in the predetermined model output sentence includes;
- the product of the ratio and the frequency of occurrence is used as the weight of the target word.
- the matching score is calculated using the following formula:
- total_w word is the sum of the weights of the matched target words
- mappingword len is the length of the data in the matched multimedia content
- Text1 len is the length of the text of the query word
- Text2 len is the length of the text of the target word.
- the calculation of the user behavior score includes:
- the characteristic data including at least one of the number of plays, the number of players, the average play duration, the number of plays by the same user, and the play duration;
- the value of the product of the normalized value and the weight of the feature data is accumulated as the user behavior score.
- the normalized value is calculated using the following formula:
- X is the feature data
- Xmin is the minimum value of the feature data
- Xmax is the maximum value of the feature data
- the first acquisition module is used to acquire query words
- a correction module for correcting the query word based on spelling and similar words and obtaining the corrected word
- a second acquisition module used to acquire multiple multimedia contents related to the correction word
- a calculation module configured to calculate a plurality of matching scores between the multimedia content and the correction word and a plurality of user behavior scores of the multimedia content according to the trained predetermined model, and the user behavior score is based on the history of the media content. The playback situation is confirmed;
- a push module configured to sort a plurality of multimedia contents according to the matching score and the user behavior score and output recommendation results.
- the recommendation device in the embodiment of the present application obtains a plurality of corrected multimedia contents by correcting the query words input by the user, and then outputs the recommended content after sorting according to the matching scores and user behavior scores calculated by the trained predetermined model, which can improve the user experience. Get more accurate output results when entering fuzzy query terms and recommend content that is more relevant to users.
- the vehicle-machine system in the embodiment of the present application includes a memory and a processor.
- the memory stores a computer program.
- the processor executes the computer program, it implements the multimedia recommendation method as described in any of the above embodiments.
- the vehicle-machine system in the embodiment of the present application can perform recommendation display based on the user's behavioral data based on the text matching of the user's search content through the multimedia recommendation method.
- a non-volatile computer-readable storage medium containing a computer program according to an embodiment of the present application.
- the processor implements the multimedia recommendation described in any of the above embodiments. method.
- Figure 1 is a schematic flow chart of a multimedia recommendation method according to an embodiment of the present application.
- Figure 2 is a module schematic diagram of the recommendation device according to the embodiment of the present application.
- Figure 3 is a schematic diagram of the overall architecture of the multimedia recommendation method according to the embodiment of the present application.
- Figure 4 is a schematic diagram of the process from data collection to model processing in the multimedia recommendation method according to the embodiment of the present application.
- Figure 5 is a schematic diagram of the online search process in Figure 3.
- Figure 6 is a schematic flowchart of a multimedia recommendation method according to an embodiment of the present application.
- Figure 7 is a schematic flow chart of a multimedia recommendation method according to an embodiment of the present application.
- Figure 8 is a schematic flow chart of the multimedia recommendation method according to the embodiment of the present application.
- Figure 9 is a schematic flowchart of a multimedia recommendation method according to an embodiment of the present application.
- Figure 10 is a schematic structural diagram of a vehicle-machine system according to an embodiment of the present application.
- Recommendation device 1000 first acquisition module 110, correction module 120, second acquisition module 130, calculation module 140;
- Vehicle system 2000 memory 220, processor 220.
- the multimedia recommendation method in the embodiment of this application includes:
- S40 According to the trained predetermined model, calculate the matching scores of multiple multimedia contents and correction words and the user behavior scores of multiple multimedia contents.
- the user behavior scores are determined based on the historical playback status of the multimedia content;
- S50 Sort multiple multimedia contents based on matching scores and user behavior scores and output recommendation results.
- the recommendation device 1000 for recommending multimedia content in the embodiment of the present application includes a first acquisition module 110, a correction module 120, a second acquisition module 130 and a calculation module 130.
- the first acquisition module 110 is used to acquire query words.
- the correction module 120 is used to correct the query word and obtain the correction word based on spelling and similar words
- the second acquisition module 130 is used to obtain multiple multimedia contents related to the correction word
- the calculation module 130 is used to predetermine according to the training model, calculates the matching scores of multiple multimedia contents and corrective words and the user behavior scores of multiple multimedia contents.
- the user behavior scores are determined based on the historical playback status of the media content
- the push module is used to calculate multiple multimedia content based on the matching scores and user behavior scores. Sort multimedia content and output recommendation results.
- the multimedia recommendation method and recommendation device 1000 in the embodiment of the present application obtains multiple corrected multimedia contents by correcting the user input query words, and then outputs recommendations after sorting the matching scores and user behavior scores calculated based on the trained predetermined model. content, which can improve users' input of fuzzy query words to obtain more accurate output results and recommend content that is more suitable for users.
- step S10 may be first performed, and the query word may be obtained through the first acquisition module 110.
- the query word may be a word that the user inputs to the car terminal to be queried.
- step S20 can be taken to correct the query word based on spelling and similar words and obtain the corrected word.
- the spelling correction and similar word correction can correct the query word through pinyin correction and similar word replacement, and then the query word can be corrected. Get the corrected corrective word.
- step S30 may be taken to obtain multiple multimedia contents related to the correction word through the second acquisition device.
- the multimedia contents may be multiple media sources in the multimedia services provided to the user by the vehicle terminal, such as audio, video, songs and news. etc. content.
- the calculation module 130 can take step S40 to calculate the matching scores of multiple multimedia contents and correction words and the user behavior scores of multiple multimedia contents according to the trained predetermined model, and the user behavior scores are determined based on the historical playback status of the media content; wherein,
- the matching score can be understood as the degree of matching between multiple multimedia contents searched based on the modified words and the modified words.
- the user behavior can be understood as the user's historical playback status in multiple multimedia contents searched based on modified words. For example, the historical playback status may be the number of historical playbacks, historical playback duration, etc.
- the predetermined model can use model methods such as TF-IDF model and weight model to calculate matching scores and user behavior scores.
- the recommendation module can then take step S50 to sort the multiple multimedia contents and output the recommendation results according to the results of the matching scores and user behavior scores calculated in step S40.
- spelling correction, similar word replacement and text retrieval can use the lexicon pinyin table, similar lexicon, content library, etc. corresponding to the interactive data in the figure; the lexicon extraction and similar words in the big data platform corresponding to the offline training in the figure Training methods such as library extraction, user content statistics, data cleaning, data integration, and content statistics can be used for spelling correction, similar word replacement, and text retrieval.
- the matching score can be calculated and then the user behavior score can be calculated. Then the output recommendation results can be obtained based on the calculation results of matching scores and user behavior scores.
- the corresponding matching score calculation and user behavior score calculation can also be performed based on offline training of the interactive data structure.
- the matching score calculation can use the TF-IDF model corresponding to the interactive data in the figure and the TF-IDF model and weight model in the training platform corresponding to the offline training in the figure.
- the user behavior score calculation can use the content popularity, user content behavior, etc. corresponding to the interactive data in the figure, and the TF-IDF model and weight model in the training platform corresponding to the offline training in the figure.
- the vehicle-machine end can report the hidden data to the cloud and forward it to kafka (message channel).
- the big data platform consumes the kafka (message channel) data and enters the data warehouse.
- Business data in the cloud including basic information about users and content, is synchronized to the big data platform.
- the TF-IDF model can be trained on the text data of the user's voice search, which is used to calculate the weight of the words in the query words for later text matching.
- the TF model calculation method is the ratio of the number of occurrences of words in the text to the number of occurrences of all words in the text during prediction.
- tf i,j represents the i-th word in the j-th sentence of the query word
- n i,j represents the number of times the i-th word in the j-th sentence of the query word appears in the j-th sentence
- ⁇ k n k, j represents the sum of the times of all words in the j-th sentence of the i-th word in the j-th sentence of the query word.
- the query words input by the user are two sentences, the first sentence is "Play, fire truck", and the second sentence is "Oh, here is a song, I love the country more than the beauty.”
- the first sentence is segmented to get the words “play” and "fire truck”.
- Taking the word “play” as an example, the TF of "play” 1/2.
- the principle is as follows:
- the IDF calculation method can learn the number of times each word appears in the query words during model training, and predict according to the predicted Perform a dictionary lookup on the tested text words.
- ⁇ j:t i ⁇ d j ⁇ represents the number of sentences in which a single word appears in the query word.
- represents the total number of sentences in the query term.
- the model data is the value of the product of TF and IDF, which is used as the weight of each target word.
- the output of the model file can be saved in PMML format.
- the overall process of online search can be shown in Figure 5.
- the user on the car side inputs voice to request the voice service to request the search service for the text query.
- the search service performs text processing and data query within the search service and then calls the model from the model warehouse and returns the results. to the search service, and then return the final data to the vehicle terminal.
- obtaining the query terms includes:
- the input text is used as the query word or the input speech-parsed text is used as the query word, or the input text is used as the query word and the input speech-parsed text is used as the query word at the same time.
- correcting the query word and obtaining the corrected word includes:
- the correction module 120 is used for spelling based on pronunciation, querying the thesaurus to confirm the correctness of the query word; and for correcting the query word and obtaining the corrected word when the query word is incorrect; and for querying similar words based on semantics.
- the library is used to confirm similar words of the query term; and is used to use similar words as corrective words when the query term has similar words.
- the query word is corrected by confirming the spelling and semantics of the pronunciation of the query word from the lexicon.
- step S20 you can first correct the spelling of the query word and then replace similar words.
- Step S21 is taken to query the thesaurus based on the pronunciation of the spelling to confirm the correctness of the query word; and then step S22 is taken. If the query word is incorrect, correct the query word and obtain the corrected word; then take step S23 to query the similar vocabulary database based on semantics to confirm the similar words of the query word; then take step S24, if the query word has similar words , use similar words as corrective words.
- the calculation of the matching score includes:
- the calculation module 130 is used to calculate the data length in the multimedia content; and to determine the length of the text that needs to be matched; and to calculate the weight of the target word in the predetermined model output sentence; and to calculate the weight of the target word in the predetermined model output sentence; and to determine the length of the text according to the data length, the length of the text, and The weight of the target word is calculated to obtain the matching score.
- the matching score is calculated using data length, text length and target word weight, which can reflect the matching degree of the multimedia content corresponding to the target word in the query word.
- the matching score calculation in step S40 can first take step S41 to calculate the data length in the multimedia content; then step S42 can be taken to determine the length of the text that needs to be matched; and then step S43 can be taken to calculate the length of the predetermined model output sentence.
- the weight of the target word; then step S44 is taken to calculate the matching score based on the data length, the length of the text and the weight of the target word.
- the predetermined model may be a TF-IDF model and a weight model.
- calculating the weight of the target word in the predetermined model output sentence includes;
- S431 Calculate the ratio of the number of times the target word appears in the output sentence to the number of times all words appear in the output sentence;
- the calculation module 130 is used to calculate the ratio of the number of occurrences of the target word in the output sentence to the number of occurrences of all words in the output sentence; and to calculate the frequency of the target word in the document; and to combine the ratio and the frequency of occurrence.
- the product is used as the weight of the target word.
- the weight of the target word in the sentence that can reflect the target word is calculated by using the product of the frequency ratio and the frequency of occurrence.
- step S431 the calculation method of the TF model may be used to calculate the ratio of the number of occurrences of the target word in the output sentence to the number of occurrences of all words in the output sentence.
- step S432 the calculation method of the IDF model may be used to calculate the frequency of occurrence of the target word in the document.
- step S433 the product of the ratio calculated in step S431 and the frequency of occurrence in step S432 can be used as the weight of the target word.
- the match score is calculated using the following formula:
- total_w word is the sum of the weights of the matched target words
- mappingWord len is the length of the data in the matched multimedia content
- Text1 len is the length of the text of the query word
- Text2 len is the length of the text of the target word.
- the calculation formula used in the matching score can more accurately obtain the matching degree between the target word and the multimedia content.
- the total_w word in the calculation formula is the sum of the weights of the matched target words, where the weight can be the weight of the target words in the sentence obtained by predicting the output using the TF-IDF model in the prediction model; mappingWord len is the weight of the matched target words.
- the length of the data in the multimedia content Text1 len is the length of the text of the query word, that is, the length of the text of the query word entered by the user; Text2 len is the length of the text of the target word, that is, the length of the text of the target word in the query word length.
- the calculation of user behavior scores includes:
- S45 Calculate the normalized value of the feature data in the multimedia content.
- the feature data includes at least one of the number of plays, the number of players, the average play duration, the number of plays by the same user, and the play duration;
- S47 Accumulate the value of the product of the normalized value and the weight of the feature data as the user behavior score.
- the calculation module 130 is used to calculate the normalized value of the feature data in the multimedia content.
- the feature data includes at least one of the number of plays, the number of players, the average play duration, the number of plays by the same user, and the play duration; and is used to calculate features.
- the calculation of user behavior scores can display behavioral data such as user preferences for multimedia content.
- the user behavior score can be calculated after the user matching score is calculated, and step S45 can be used to calculate the normalized value of the feature data in the multimedia content, where the feature data includes the number of plays, the number of players, the average play duration, and the same At least one of the user's play times and play duration; and then step S46 can be used to calculate the weight of the feature data. Then step S47 can be taken to accumulate the value of the product of the normalized value and the weight of the feature data as the user behavior score.
- user clicks and music features are normalized, and then the information entropy of each feature is calculated.
- the weight of the feature data is determined based on the information entropy, which can then be used to calculate user behavior scores.
- the information entropy calculation formula is:
- p ij represents the proportion of normalized data values of each dimension data.
- x ij represents the data value in the data table or the i-th row and j-th column in the two-dimensional array. Represents the sum of all row data in each column of data.
- a certain column of data is: 1, 2, 4, 6.
- the information entropy calculation formula also includes:
- the weight calculation formula of information is:
- the normalized value is calculated using the following formula:
- X is the feature data
- Xmin is the minimum value of the feature data
- Xmax is the maximum value of the feature data
- normalization can facilitate sorting of feature data and subsequent calculation of user behavior scores.
- w j is the weight of each column of data
- X norm represents the normalized feature value of each column
- score i represents the calculated score of each row of data, which is the behavior score of each user.
- step S50 multiple multimedia contents are sorted according to the matching scores and user behavior scores and the recommendation results are output.
- the matching score is reconciled with the user's behavior score for the content, sorted from high to low, and then the content is output.
- tune The sum can be an accumulation in a certain proportion, for example, a match score of 0.6 plus a user behavior score of 0.4.
- the content output by different users is different.
- the query entered by user 10001 is "play Xiao Ming's songs”.
- the output effect of user 10001 is as follows:
- the query word entered by user 10002 is also "play Xiao Ming's songs”.
- the output effect of user 10002 is as follows:
- the vehicle-machine system 2000 in the embodiment of the present application includes a memory 210 and a processor 220.
- the memory 210 stores a computer program.
- the processor 220 executes the computer program, it implements any of the multimedia recommendation methods in the above embodiments.
- the vehicle-machine system 2000 can perform recommendation display based on the user's behavioral data based on the text matching of the user's search content through the multimedia recommendation method.
- the vehicle-machine system 2000 can be an intelligent vehicle-mounted system on a car, which can be used to implement functions such as vehicle-machine interaction and media playback.
- the memory 210 and the processor 220 may be provided on the vehicle system 2000.
- the non-volatile computer-readable storage medium containing a computer program when the computer program is executed by one or more processors, causes the processor to implement the multimedia recommendation method of any of the above embodiments.
- the processor of the computer program may be a central processing unit (Central Processing Unit, CPU).
- the processor can also be other general-purpose processors, Digital Signal Processor (DSP), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware Components and other chips, or a combination of the above types of chips.
- DSP Digital Signal Processor
- ASIC Application Specific Integrated Circuit
- FPGA Field-Programmable Gate Array
- Programmable logic devices discrete gate or transistor logic devices, discrete hardware Components and other chips, or a combination of the above types of chips.
- the computer program can be stored in the memory.
- the memory as a non-transitory computer-readable storage medium, can be used to store non-transitory software programs, non-transitory computer executable programs and modules, as described in the method in the above method embodiment.
- the processor executes various functional applications and data processing of the processor by running non-transient software programs, instructions and modules stored in the memory, that is, implementing the method in the above method embodiment.
- a "computer-readable medium” may be any device that can contain, store, communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- Non-exhaustive list of computer readable media include the following: electrical connections with one or more wires (electronic device), portable computer disk cartridges (magnetic device), random access memory (RAM), Read-only memory (ROM), erasable and programmable read-only memory (EPROM or flash memory), fiber optic devices, and portable compact disc read-only memory (CDROM).
- the computer-readable medium may even be paper or other suitable medium on which the program may be printed, as the paper or other medium may be optically scanned, for example, and subsequently edited, interpreted, or otherwise suitable as necessary. process to obtain the program electronically and then store it in computer memory.
- the processor can be a central processing unit (Central Processing Unit, CPU), or other general-purpose processor, digital signal processor (Digital Signal Processor, DSP), application specific integrated circuit (Application Specific Integrated Circuit, ASIC), or off-the-shelf programmable Gate array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
- CPU Central Processing Unit
- DSP Digital Signal Processor
- ASIC Application Specific Integrated Circuit
- FPGA off-the-shelf programmable Gate array
- a general-purpose processor may be a microprocessor or the processor may be any conventional processor, etc.
- each functional unit in various embodiments of the present application can be integrated into a processing module, each unit can exist physically alone, or two or more units can be integrated into one module.
- the above integrated modules can be implemented in the form of hardware or software function modules. If the integrated module is implemented in the form of a software function module and sold or used as an independent product, it can also be stored in a computer-readable storage medium.
- the storage media mentioned above can be read-only memory, magnetic disks or optical disks, etc.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Artificial Intelligence (AREA)
- Multimedia (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Probability & Statistics with Applications (AREA)
- Library & Information Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (11)
- 一种多媒体推荐方法,其特征在于,包括:获取查询词;基于拼写和相似词,修正所述查询词并得到修正词;获取与所述修正词相关的多个多媒体内容;根据训练的预定模型,计算多个所述多媒体内容与所述修正词的匹配分和多个所述多媒体内容的用户行为分,所述用户行为分根据所述多媒体内容的历史播放情况确定;根据所述匹配分和所述用户行为分,对多个所述多媒体内容进行排序并输出推荐结果。
- 根据权利要求1所述的方法,其特征在于,所述获取查询词包括:将输入的文本作为所述查询词;和/或,将输入的语音解析的文本作为所述查询词。
- 根据权利要求1所述的方法,其特征在于,所述基于拼写和相似词,修正所述查询词并得到修正词,包括:基于读音的拼写,查询词库以确认所述查询词的正确性;在所述查询词不正确的情况下,修正所述查询词并得到修正词;基于语义,查询相似词库以确认所述查询词的相似词;在查询词具有相似词的情况下,将所述相似词作为所述修正词。
- 根据权利要求1所述的方法,其特征在于,所述匹配分的计算包括:计算所述多媒体内容中的数据长度;确定需要匹配的查询词的文本的长度;计算所述预定模型输出句子中的目标词的权重;根据所述数据长度、所述文本的长度和所述目标词的权重计算得到所述匹配分。
- 根据权利要求4所述的方法,其特征在于,所述计算所述预定模型输出句子中的目标词的权重,包括;计算所述目标词在所述输出句子中出现的次数与所述输出句子中所有词的出现次 数的比值;计算所述目标词在文档中出现的频率;将所述比值和所述出现的频率的乘积作为所述目标词的权值。
- 根据权利要求1所述的方法,其特征在于,所述匹配分采用以下公式计算:
其中,total_wword为匹配到的目标词的权重的加和;mapingWordlen为多媒体内容中的数据长度;Text1len为查询词的文本的长度;Text2len为目标词的文本的长度。 - 根据权利要求1所述的方法,其特征在于,所述用户行为分的计算包括:计算所述多媒体内容中的特征数据的归一化值,所述特征数据包括播放次数、播放人数、平均播放时长、同一用户的播放次数、播放时长中的至少一种;计算所述特征数据的权重;累加所述归一化值和所述特征数据的权重的乘积的值作为所述用户行为分。
- 根据权利要求7所述的方法,其特征在于,所述归一化值采用以下公式计算:
Xnorm=(X-Xmin)/(Xmax-Xmin)其中,X为特征数据,Xmin为特征数据的最小值,Xmax为特征数据的最大值。 - 一种推荐装置,其特征在于,所述推荐装置包括:第一获取模块,用于获取查询词;修正模块,用于基于拼写和相似词,修正所述查询词并得到修正词;第二获取模块,用于获取与所述修正词相关的多个多媒体内容;计算模块,用于根据训练的预定模型,计算多个所述多媒体内容与所述修正词的匹配分和多个所述多媒体内容的用户行为分,所述用户行为分根据所述媒体内容的历史播放情况确定;推送模块,用于根据所述匹配分和所述用户行为分,对多个所述多媒体内容进行排序并输出推荐结果。
- 一种车机系统,其特征在于,所述车机系统包括存储器和处理器,所述存储器存储有计算机程序,所述处理器执行所述计算机程序时实现如权利要求1-8中任一项所述多媒体推荐方法。
- 一种包含计算机程序的非易失性计算机可读存储介质,其特征在于,当所述计算机程序被一个或多个处理器执行时,使得所述处理器实现权利要求1-8中任一项所述多媒体推荐方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211042204.2A CN115422382B (zh) | 2022-08-29 | 2022-08-29 | 多媒体推荐方法、推荐装置、车机系统和存储介质 |
| CN202211042204.2 | 2022-08-29 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024045926A1 true WO2024045926A1 (zh) | 2024-03-07 |
Family
ID=84200684
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/107958 Ceased WO2024045926A1 (zh) | 2022-08-29 | 2023-07-18 | 多媒体推荐方法、推荐装置、车机系统和存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN115422382B (zh) |
| WO (1) | WO2024045926A1 (zh) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115422382B (zh) * | 2022-08-29 | 2025-09-12 | 浙江极氪智能科技有限公司 | 多媒体推荐方法、推荐装置、车机系统和存储介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101131706A (zh) * | 2007-09-28 | 2008-02-27 | 北京金山软件有限公司 | 一种查询修正方法及系统 |
| CN104462573A (zh) * | 2014-12-29 | 2015-03-25 | 北京奇艺世纪科技有限公司 | 一种视频搜索结果展示方法及装置 |
| US20150178265A1 (en) * | 2013-12-20 | 2015-06-25 | Google Inc. | Content Recommendation System using a Neural Network Language Model |
| CN111324700A (zh) * | 2020-02-21 | 2020-06-23 | 北京声智科技有限公司 | 资源召回方法、装置、电子设备及计算机可读存储介质 |
| CN115422382A (zh) * | 2022-08-29 | 2022-12-02 | 浙江极氪智能科技有限公司 | 多媒体推荐方法、推荐装置、车机系统和存储介质 |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103136300B (zh) * | 2011-12-05 | 2017-02-01 | 北京百度网讯科技有限公司 | 一种文本相关主题的推荐方法和装置 |
| CN106294868A (zh) * | 2016-08-23 | 2017-01-04 | 达而观信息科技(上海)有限公司 | 一种基于搜索引擎的个性化推荐方法及系统 |
| CN112732870B (zh) * | 2020-12-31 | 2024-03-05 | 平安科技(深圳)有限公司 | 基于词向量的搜索方法、装置、设备及存储介质 |
-
2022
- 2022-08-29 CN CN202211042204.2A patent/CN115422382B/zh active Active
-
2023
- 2023-07-18 WO PCT/CN2023/107958 patent/WO2024045926A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101131706A (zh) * | 2007-09-28 | 2008-02-27 | 北京金山软件有限公司 | 一种查询修正方法及系统 |
| US20150178265A1 (en) * | 2013-12-20 | 2015-06-25 | Google Inc. | Content Recommendation System using a Neural Network Language Model |
| CN104462573A (zh) * | 2014-12-29 | 2015-03-25 | 北京奇艺世纪科技有限公司 | 一种视频搜索结果展示方法及装置 |
| CN111324700A (zh) * | 2020-02-21 | 2020-06-23 | 北京声智科技有限公司 | 资源召回方法、装置、电子设备及计算机可读存储介质 |
| CN115422382A (zh) * | 2022-08-29 | 2022-12-02 | 浙江极氪智能科技有限公司 | 多媒体推荐方法、推荐装置、车机系统和存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN115422382B (zh) | 2025-09-12 |
| CN115422382A (zh) | 2022-12-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20190043506A1 (en) | Methods and systems for transcription | |
| US9582757B1 (en) | Scalable curation system | |
| US10755177B1 (en) | Voice user interface knowledge acquisition system | |
| CN110990533B (zh) | 确定查询文本所对应标准文本的方法及装置 | |
| US7983915B2 (en) | Audio content search engine | |
| CN111324728A (zh) | 文本事件摘要的生成方法、装置、电子设备及存储介质 | |
| US20080270344A1 (en) | Rich media content search engine | |
| US20080270110A1 (en) | Automatic speech recognition with textual content input | |
| CN109545185B (zh) | 交互系统评价方法、评价系统、服务器及计算机可读介质 | |
| US8731930B2 (en) | Contextual voice query dilation to improve spoken web searching | |
| CN107785018A (zh) | 多轮交互语义理解方法和装置 | |
| CN107799116A (zh) | 多轮交互并行语义理解方法和装置 | |
| EP3815026B1 (en) | Systems and methods for identifying and linking events in structured proceedings | |
| CN118885579A (zh) | 一种基于大模型的问答方法及设备 | |
| CN119228386A (zh) | 一种智能客服系统的优化方法、系统、设备及介质 | |
| WO2024045926A1 (zh) | 多媒体推荐方法、推荐装置、车机系统和存储介质 | |
| US20240320500A1 (en) | Method and apparatus for generating training data | |
| CN108140034B (zh) | 使用主题模型基于接收的词项选择内容项目 | |
| CN119441470A (zh) | 一种训练集构建方法、装置及电子设备 | |
| CN111639160A (zh) | 领域识别的方法、交互的方法、电子设备及存储介质 | |
| CN114722267B (zh) | 信息推送方法、装置及服务器 | |
| CN116955559A (zh) | 问答匹配方法、装置、电子设备及存储介质 | |
| CN113593543B (zh) | 智能音箱语音服务系统、方法、装置及设备 | |
| WO2022213864A1 (zh) | 一种语料标注方法、装置及相关设备 | |
| US20240354632A1 (en) | Method and apparatus for generating target deep learning model |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23858962 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23858962 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23858962 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 08.08.2025) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23858962 Country of ref document: EP Kind code of ref document: A1 |