WO2014106339A1 - Text billing based on semantic data reasoning - Google Patents

Text billing based on semantic data reasoning Download PDF

Info

Publication number
WO2014106339A1
WO2014106339A1 PCT/CN2013/070121 CN2013070121W WO2014106339A1 WO 2014106339 A1 WO2014106339 A1 WO 2014106339A1 CN 2013070121 W CN2013070121 W CN 2013070121W WO 2014106339 A1 WO2014106339 A1 WO 2014106339A1
Authority
WO
WIPO (PCT)
Prior art keywords
sentence
rule
sentences
textual content
valuable
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
Application number
PCT/CN2013/070121
Other languages
French (fr)
Inventor
Daqi LI
Jun Fang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Empire Technology Development LLC
Original Assignee
Empire Technology Development LLC
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Empire Technology Development LLC filed Critical Empire Technology Development LLC
Priority to PCT/CN2013/070121 priority Critical patent/WO2014106339A1/en
Publication of WO2014106339A1 publication Critical patent/WO2014106339A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis

Definitions

  • textual content is one of the many commodities that exchanges hands every day.
  • Text owners publish textual content for users to browse and download portions of (or entire) content that is of interest to them. Similar to other forms of content, providing textual content is a service for which users are charged for. Determining how to price textual content may be a challenge for service providers.
  • one of the pricing strategies is to charge a user for the entire textual content such as a book or an article.
  • the users may be interested in portions of the textual content, however. For example, one user may be interested in some sentences of an article, while another user may be interested for some other sentences, but neither user may be interested in the entire article. Even if the users were charged by the chapters of the article, the approach may not provide sufficient granularity.
  • a user may download an entire textual content such as a book, from which multiple users may select and use distinct sentences resulting in lost value to the content provider.
  • the present disclosure generally describes techniques for cloud-based text billing based on semantic data reasoning.
  • a method for providing text billing based on semantic data reasoning.
  • the method may include pricing one or more rules in an ontology associated with textual content to be published; determining one or more valuable sentences within the textual content based on the priced rules; labeling the valuable sentences with price information; and publishing the textual content.
  • a content provider service executed on one or more servers is described for providing text billing based on semantic data reasoning.
  • the content provider service may include a textual content processing module.
  • the textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content.
  • a content provider service for providing text billing based on semantic data reasoning.
  • the content provider service may a textual content processing module executed on a server.
  • the textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content.
  • the content service provider may further include a decision and pricing module executed as part of a client application.
  • the decision and pricing module may receive selection of one or more valuable sentences within the published textual content from a client application; retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules.
  • a computer readable medium may store instructions for providing text billing based on semantic data reasoning.
  • the instructions may include actions similar to the method for providing text billing based on semantic data reasoning discussed above.
  • FlG. 1 illustrates an example cloud-based text billing system based on semantic data reasoning, where at least a portion of pricing operations may be implemented at a client application;
  • FIG. 2 illustrates another example cloud-based text billing system based on semantic data reasoning, where textual content treatment and pricing operations may be implemented at a hosted service;
  • FIG. 3 illustrates an example framework for a text billing system based on semantic data reasoning
  • FIG. 4 illustrates an example ontology segment instance for a text billing system based on semantic data reasoning
  • FIG. 5 illustrates a general purpose computing device, which may be used for providing text billing based on semantic data reasoning
  • FIG. 6 is a flow diagram illustrating an example method for providing text billing based on semantic data reasoning that may be performed by a computing device such as the computing device in FIG. 5;
  • FIG. 7 illustrates a block diagram of an example computer program product, all arranged in accordance with at least some embodiments described herein.
  • This disclosure is generally drawn, inter alia, to methods, apparatus, systems, devices, and/or computer program products related to text billing based on semantic data reasoning.
  • a client application selects a sentence (e.g., for copying) or downloads the textual content including the sentence, a value of the sentence may be determined by reasoning. The price may be retrieved from a pricing data store and the user charged accordingly.
  • FIG. 1 illustrates an example cloud-based text billing system based on semantic data reasoning, where at least a portion of pricing operations may be implemented at a client application, arranged in accordance with at least some embodiments described herein.
  • Semantic data is data organized according to a semantic data model that may be interpreted meaningfully without human intervention.
  • the semantic data model (or ontology) is based on relationships between stored symbols and the real world.
  • ontology is a formal, explicit specification of a shared conceptualization and renders shared vocabulary and taxonomy which may model a domain with the definition of objects and/or concepts and their properties and relations.
  • Semantic data is used in a wide variety of data management systems and applications, and may be organized based on binary models of objects, usually in groups of three parts: two objects and their relationship.
  • the data organization for representing a cup on a table may be in form of CUP TABLE.
  • the objects (cup and table) may be interpreted with regard to their relationship (cup on table).
  • the data may be organized linearly, indicating that since cup comes first in line, it is the object that acts. In other words, the position of the word may indicate that the cup is on the table and not that the table is on the cup. Databases designed around this concept may have greater applicability and may be more easily integrated into other databases.
  • Semantic data systems are designed to represent the real world as accurately as possible within a data set. Data symbols may be organized linearly and hierarchically to assign certain meanings like the one described above. By representing the real world within data sets, semantic data may allow machines to interact with worldly information without human interpretation.
  • Description Logics which is a description language, may be used to provide a logical formalism for ontologies and semantic data by modeling concepts, roles, individuals and their relationships. More generally, DL may be used as a foundation for building knowledge bases from two main components, a terminological knowledge box (TBox) and an assertional knowledge box (ABox).
  • TBox refers to statements regarding the terminology itself describing the hierarchy of concepts and the relationships between concepts
  • ABox refers to statements regarding the belonging of individuals to concepts and the relationships between individuals.
  • both TBox and ABox constitute a knowledge base. While the TBox tend to be more static in the sense that the definition of concepts is rather fixed, the ABox tend to be more dynamic in the sense that the population of individuals may change and be subject to extension through DL reasoning.
  • a content provider service 102 may publish semantically valued content 106 over one or more networks 1 10, such as the Internet, to users.
  • the content service provider 102 may generate the content or may receive it from one or more content owners 104.
  • a user interested in a portion of (or entire) the published content may access the content through a client application 1 12 such as a browser.
  • the client application 1 12 may include a decision and pricing module 1 14 for determining charges for selected (or downloaded) portions of the content by interacting with the content provider service 102.
  • Price information may be embedded into sentences of the semantically valued content 106 determined to be valuable in form of one or more semantic rules derived from ontology.
  • a value of the sentence may be determined by reasoning at the content provider service 102 or by the decision and pricing module 1 14.
  • FIG. 2 illustrates another example cloud-based text billing system based on semantic data reasoning, where textual content treatment and pricing operations may be implemented at a hosted service, arranged in accordance with at least some embodiments described herein.
  • a core of textual data may be considered as information which maybe
  • semantic data may be loaded by semantic data.
  • semantic data may be mapped onto ontology (composed of rules and concepts). If the rules are labeled with a price, the text may be directly billed on semantic level.
  • a system according to some example embodiments may also allow the price to be dynamically updated by the owner in real-time.
  • the bases of the price calculation may be ontology and reasoning, so the price management may be viewed as ontology management working on semantic level.
  • a content (text) owner wishes to descend or ascend the price of the content, the price may be modified by adjusting the price label or tag on the ontology, which may be unique and assigned at a specific node of the network.
  • copyright protection may also be supported.
  • Semantically valued content 230 may be published to users by a content service provider 202 over one or more networks 210, such as the Internet.
  • the raw content may be provided to the content provider service 202 by one or more content owners 204.
  • the content provider service 202 may process the content, embed pricing information labeling sentences deemed valuable, and publish the semantically valued content 230.
  • the content provider service 202 may determine values through reasoning, add pricing for total selected portions of the content and inform a client application 222 of the user employing modules such as a decision and pricing module 224, a valuation module 226, and similar ones.
  • modules may be distinct modules or applications within the content provider service 202 or integrated modules or applications performing multiple tasks.
  • FIG. 3 illustrates an example framework for a text billing system based on semantic data reasoning, arranged in accordance with at least some embodiments described herein.
  • rules among the ontology may be assigned respective prices by the content owner.
  • the valuable content portions e.g., sentences
  • valuable sentences may be determined and labeled.
  • valuable sentences may be determined once the client application (e.g., browser) downloads the content.
  • the rules which valuable sentences include may be retrieved. Having been reasoned, the price of rule for each sentence may be attained. The remaining rules may be deduced by analogy. The total fee may be calculated and the browser charged for.
  • an example scenario may begin with a text owner 304 providing price of a rule (344) to ontology 350.
  • Textual data 342 may be subjected to pre-treatment (346) (e.g., creation of semantic model) such that it is suitable for billing.
  • Valuable sentences may be determined (348) with priced rules from the ontology 350 by processing the pre-treated text (346). Next, the determined valuable sentences may be labeled (or tagged) (352) associating them with their assigned price(s) and published over a network 310.
  • a client application 332 may receive user selection of one or more valuable sentences (354), upon which the client application 332 may retrieve the rules for the selected valuable sentences (356). Reasoning may be performed on the semantic data and the price for the selected sentences may be totaled up (358) so the user can be charged on a sentence basis for the consumed data. If the text owner 304 decides to change the price for one or more sentences, those prices may be adjusted by modifying the rule price label at the ontology 350.
  • FIG. 4 illustrates an example ontology segment instance for a text billing system based on semantic data reasoning, arranged in accordance with at least some embodiments described herein.
  • an ontology may have a hierarchical structure of concepts 468 spreading from a root node 462 and coupled through rules 464.
  • each rule 464 may be labeled with a price 466.
  • T which may be transformer to semantic data form.
  • O may represent the ontology with respect to T.
  • the valuable content in T may be included by O.
  • O may be built and managed by a variety of techniques.
  • common or domain ontologies from the semantic web may be customized to fit the needs to a particular textual content provider and employed to manage the price rules.
  • the ontologies may be refined for particular textual content using commonly available ontology compilation tools.
  • the text owner may be enabled to label every rule of the ontology a price, which may be used to evaluate the charge of the browser.
  • the text owner may issue an order to every valuable sentence rule and the specific prices may be computed automatically according to:
  • T may be divided into single sentences first with the help of diverse logical list separators in T.
  • a sentence Si may be selected from S, and the concept in the selected sentence, Si, may be determined.
  • Direct matching may determine a sentence which conformably includes a valuable rule as discussed above.
  • the direct matching process may be performed iteratively and end if all of sentences of S have been tested.
  • the relatedness may be computed according to equation [2], which is based on the assumption that words which appear in the entire published content may have some semantic relatedness.
  • rel(r j ,r k ) is relatedness between ⁇ and 3 ⁇ 4 hits(r j +r k ) is a number of pages returned by searching wordl and word2
  • min(hits(r j ),hits(r k )) is the minimum number of pages returned by searching wordl and word2 separately.
  • Semantic relatedness computed by using [2] may have a value between 0 and 1. The relatedness value may be closer to 1, if the two words are closely related to each other. [00.53]
  • wordl and word2 are related to each other, the returned pages from a separate search and a jointly search may have some association.
  • a client application may receive user selection of desired text and determine valuable sentences in the desired text according to the label or tag associated with the sentences.
  • the price of s m may be computed by extracting a rule r n from R Sm and reasoning r n employing a reasoner.
  • a semantic reasoner, reasoning engine, rules engine, or a reasoner is an application or module capable of inferring logical consequences from a set of asserted facts or axioms.
  • reasoners may use first-order predicate logic to perform reasoning. Some reasoners may also employ probabilistic processing. The reasoner may return a "consistent" result or an
  • Inconsistent result may be regarded as the rule indicating the sentence is free, while consistent result may indicate that the sentence is associated with a fee, depicted in f Tn .
  • f Tn may be computed differently in these two cases. If r n matches a valuable rule in O, f Tn may be equal to ⁇ ⁇ as determined in [1]. If r n is sufficiently related to a valuable rule, f Tn may be computed according to:
  • is an adjustment coefficient between 1 and 0.
  • the r n may be removed from R Sm ; if R Sm ⁇ 0 and the computation using [3] may be repeated, else the total fee of s m may be computed using:
  • FIG. 5 illustrates a general purpose computing device, which may be used for providing text billing based on semantic data reasoning, arranged in accordance with at least some embodiments described herein.
  • the computing device 500 may be used as part of a textual content service for providing text billing based on semantic data reasoning as described herein.
  • the computing device 500 may include one or more processors 504 and a system memory 506.
  • a memory bus 508 may be used for
  • the basic configuration 502 is illustrated in FIG. 5 by those components within the inner dashed line.
  • the processor 504 may be of any type, including but not limited to a microprocessor ( ⁇ ), a microcontroller ( ⁇ ), a digital signal processor (DSP), or any combination thereof.
  • the processor 504 may include one more levels of caching, such as a level cache memory 512, a processor core 514, and registers 516.
  • the example processor core 514 may include an arithmetic logic unit (ALU), a floating point unit (FPU), a digital signal processing core (DSP Core), or any combination thereof.
  • An example memory controller 518 may also be used with the processor 504, or in some implementations the memory controller 518 may be an internal part of the processor 504.
  • the system memory 506 may be of any type including but not limited to volatile memory (such as RAM), non-volatile memory (such as ROM, flash memory, etc.) or any combination thereof.
  • the system memory 506 may include an operating system 520, a content billing service 522, and program data 524.
  • the content billing service 522 may include a labeling module 525 and a rule module 526 for embedding sentences with value information and providing rules for pricing based on semantic data reasoning as described herein.
  • the program data 524 may include, among other data, rule data 528 or the like, as described herein.
  • the computing device 500 may have additional features or functionality, and additional interfaces to facilitate communications between the basic configuration 502 and any desired devices and interfaces.
  • a bus/interface controller 530 may be used to facilitate communications between the basic configuration 502 and one or more data storage devices 532 via a storage interface bus 534.
  • the data storage devices 532 may be one or more removable storage devices 536, one or more non-removable storage devices 538, or a combination thereof.
  • Examples of the removable storage and the non-removable storage devices include magnetic disk devices such as flexible disk drives and hard-disk drives (HDD), optical disk drives such as compact disk (CD) drives or digital versatile disk (DVD) drives, solid state drives (SSD), and tape drives to name a few.
  • Example computer storage media may include volatile and nonvolatile, removable and non-removable media
  • the system memory 506, the removable storage devices 536 and the nonremovable storage devices 538 are examples of computer storage media.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD), solid state drives, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which may be used to store the desired information and which may be accessed by the computing device 500. Any such computer storage media may be part of the computing device 500.
  • the computing device 500 may also include an interface bus 540 for facilitating communication from various interface devices (e.g., one or more output devices 542, one or more peripheral interfaces 544, and one or more communication devices 566) to the basic configuration 502 via the bus/interface controller 530.
  • interface devices e.g., one or more output devices 542, one or more peripheral interfaces 544, and one or more communication devices 566)
  • Some of the example output devices 542 include a graphics processing unit 548 and an audio processing unit 550, which may be configured to communicate to various external devices such as a display or speakers via one or more A/V ports 552.
  • One or more example peripheral interfaces 544 may include a serial interface controller 554 or a parallel interface controller 556, which may be configured to communicate with external devices such as input devices (e.g., keyboard, mouse, pen, voice input device, touch input device, etc.) or other peripheral devices (e.g., printer, scanner, etc.) via one or more I/O ports 558.
  • An example communication device 566 includes a network controller 560, which may be arranged to facilitate communications with one or more other computing devices 562 over a network communication link via one or more communication ports 564.
  • the one or more other computing devices 562 may include servers at a datacenter, customer equipment, and comparable devices.
  • the network communication link may be one example of a communication media.
  • Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and may include any information delivery media.
  • a "modulated data signal" may be a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), microwave, infrared (IR) and other wireless media.
  • RF radio frequency
  • IR infrared
  • the term computer readable media as used herein may include both storage media and communication media.
  • the computing device 500 may be implemented as a part of a general purpose or specialized server, mainframe, or similar computer that includes any of the above functions.
  • the computing device 500 may also be implemented as a personal computer including both laptop computer and non-laptop computer configurations.
  • Example embodiments may also include methods for text billing based on semantic data reasoning. These methods can be implemented in any number of ways, including the structures described herein. One such way may be by machine operations, of devices of the type described in the present disclosure. Another optional way may be for one or more of the individual operations of the methods to be performed in conjunction with one or more human operators performing some of the operations while other operations may be performed by machines. These human operators need not be collocated with each other, but each can be with a machine that performs a portion of the program. In other examples, the human interaction can be automated such as by pre-selected criteria that may be machine automated.
  • FIG. 6 is a flow diagram illustrating an example method for providing text billing based on semantic data reasoning that may be performed by a computing device such as the computing device in FIG. 5, arranged in accordance with at least some embodiments described herein.
  • Example methods may include one or more operations, functions or actions as illustrated by one or more of blocks 622, 624, 626, 628, 630, and/or 632, and may in some embodiments be performed by a computing device such as the computing device 500 in FIG. 5.
  • the operations described in the blocks 622-632 may also be stored as computer-executable instructions in a computer-readable medium such as a computer-readable medium 620 of a computing device 610.
  • An example process for text billing based on semantic data reasoning may begin at block 622, "PRICE RULE ON ONTOLOGY", where one or more text owners such as the text owner 304 may provide a pricing directive, which may be automatically processed to associate a rule in the ontology with a price.
  • Block 622 may be followed by block 624, "DETERMINE VALUABLE
  • Block 624 may be followed by block 626, "LABEL VALUABLE
  • SENTENCES where one or more sentences may be tagged with price information based on the associated rule in the ontology by the content provider service 202.
  • pricing information embedded textual content may be published for users to consume in a cloud-based environment. Blocks 628 through 632 may be performed upon publishing of the textual content.
  • the client application 332 or the content provider service 202 may receive a user selection of a valuable sentence.
  • Block 628 may be followed by block 630, "RETRIEVE RULE(S) FOR
  • VALUABLE SENTENCE where one or more rules for the user selected sentence may be retrieved from the ontology 350 for reasoning and fee calculation by the client application 332 or the content provider service 202.
  • Block 630 may be followed by block 632, "PERFORM REASONING AND ADD PRICING", where the client application 332 or the content provider service 202 may use a reasoner to determine the price of selected valuable sentences, and then sum the prices up for charging to the user.
  • FIG. 7 illustrates a block diagram of an example computer program product arranged in accordance with at least some embodiments described herein.
  • the computer program product 700 may include a signal bearing medium 702 that may also include one or more machine readable instructions 704 that, when executed by, for example, a processor, may provide the
  • the content billing service 522 may undertake one or more of the tasks shown in FIG. 7 in response to the instructions 704 conveyed to the processor 504 by the medium 702 to perform actions associated with text billing based on semantic data reasoning as described herein.
  • Some of those instructions may include, for example, pricing rule on ontology, determining valuable sentences among text, labeling valuable sentences, receiving selection of valuable sentence, retrieving rule(s) for valuable sentence, and performing reasoning and adding pricing, according to some embodiments described herein.
  • the signal bearing medium 702 depicted in FIG. 7 may encompass a computer-readable medium 706, such as, but not limited to, a hard disk drive, a solid state drive, a Compact Disc (CD), a Digital Versatile Disk (DVD), a digital tape, memory, etc.
  • the signal bearing medium 702 may encompass a recordable medium 708, such as, but not limited to, memory, read/write (R/W) CDs, R/W DVDs, etc.
  • the signal bearing medium 702 may encompass a communications medium 710, such as, but not limited to, a digital and/or an analog communication medium ⁇ e.g., a fiber optic cable, a waveguide, a wired communications link, a wireless communication link, etc.).
  • a communications medium 710 such as, but not limited to, a digital and/or an analog communication medium ⁇ e.g., a fiber optic cable, a waveguide, a wired communications link, a wireless communication link, etc.
  • the program product 700 may be conveyed to one or more modules of the processor 704 by an RF signal bearing medium, where the signal bearing medium 702 is conveyed by the wireless communications medium 710 ⁇ e.g., a wireless communications medium conforming with the IEEE 802.11 standard).
  • a method for providing text billing based on semantic data reasoning.
  • the method may include pricing one or more rules in an ontology associated with textual content to be published; determining one or more valuable sentences within the textual content based on the priced rules; labeling the valuable sentences with price information; and publishing the textual content.
  • the method may further include receiving selection of one or more valuable sentences within the published textual content; retrieving one or more rules associated with the selected sentences; and determining a fee associated with the selected sentences employing reasoning based on the retrieved rules.
  • Pricing the one or more rules in the ontology may include receiving an order from a textual content owner for
  • the method may also include if a rule among R is not ordered, designating a sentence associated with the unordered rule as a free sentence without a price to be charged.
  • determining the one or more valuable sentences may include employing a two stage process comprising direct matching and relatedness computation.
  • the method may also include determining the fee associated with the selected sentences by employing a semantic reasoning engine, where the semantic reasoning engine returns one of a "consistent" result and an "inconsistent” result.
  • the inconsistent result may be interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result may be interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
  • the semantic reasoning engine may employ first order predicate logic or probabilistic processing.
  • the selection of one or more sentences may be determined based on one of copying or downloading of the one or more sentences.
  • the method may also include enabling a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology or employing a description language to provide a logical formalism for the ontology.
  • a content provider service executed on one or more servers is described for providing text billing based on semantic data reasoning.
  • the content provider service may include a textual content processing module.
  • the textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content.
  • the content provider service may include a decision and pricing module, which may receive selection of one or more valuable sentences within the published textual content from a client application; retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules.
  • the textual content processing module may further receive an order from a textual content owner for valuable sentence rules;
  • rule 3 ⁇ 4 total is total price of the whole text
  • is total number of valuable rules included in the ontology O
  • seq rk is a sequence of 3 ⁇ 4.
  • the textual content processing module may if a rule among R is not ordered, designate a sentence associated with the unordered rule as a free sentence without a price to be charged.
  • the textual content processing module may also divide the textual content into single sentences using logical separators to obtain a
  • R Si denotes the rule set with respect to a sentence Si within the textual content, and removing the sentence Si from S.
  • the textual content processing module may employ a two stage process comprising direct matching and relatedness computation.
  • the decision and pricing module may determine the fee associated with the selected sentences by employing a semantic reasoning engine, and where the semantic reasoning engine returns one of a "consistent" result and an "inconsistent" result.
  • the inconsistent result may be interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result may be interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
  • the semantic reasoning engine may employ first order predicate logic or probabilistic processing. The selection of one or more sentences may be determined based on one of copying or downloading of the one or more sentences.
  • the textual content processing module may further enable a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology.
  • the textual content processing module may also employ a description language to provide a logical formalism for the ontology.
  • a content provider service for providing text billing based on semantic data reasoning.
  • the content provider service may a textual content processing module executed on a server.
  • the textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content.
  • the content service provider may further include a decision and pricing module executed as part of a client application.
  • the decision and pricing module may receive selection of one or more valuable sentences within the published textual content from a client application; retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules.
  • the textual content processing module may receive an order from a textual content owner for valuable sentence rules; and determine a price for
  • rel(r j ,r k ) is the relatedness between ⁇ and r k
  • hits(r j +r k ) is a number of pages returned by searching a first word and a second word
  • min(hits(r j ),hits(r k )) is a minimum number of pages returned by searching the first word and the second word separately.
  • the decision and pricing module may determine the fee associated with the selected sentences by employing a semantic reasoning engine, and where the semantic reasoning engine may return one of a "consistent" result and an "inconsistent” result with the inconsistent result being interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result being interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
  • the semantic reasoning engine may employ first order predicate logic or probabilistic processing. The selection of one or more sentences may be determined based on one of copying or downloading of the one or more sentences.
  • the textual content processing module may enable a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology.
  • the implementer may opt for a mainly hardware and/or firmware vehicle; if flexibility is paramount, the implementer may opt for a mainly software implementation; or, yet again alternatively, the implementer may opt for some combination of hardware, software, and/or firmware.
  • embodiments disclosed herein, in whole or in part, may be equivalently implemented in integrated circuits, as one or more computer programs running on one or more computers (e.g., as one or more programs running on one or more computer systems), as one or more programs running on one or more processors (e.g., as one or more programs running on one or more microprocessors), as firmware, or as virtually any combination thereof, and that designing the circuitry and/or writing the code for the software and or firmware would be well within the skill of one of skill in the art in light of this disclosure.
  • a signal bearing medium examples include, but are not limited to, the following: a recordable type medium such as a floppy disk, a hard disk drive, a Compact Disc (CD), a Digital Versatile Disk (DVD), a digital tape, a computer memory, a solid state drive, etc. ; and a transmission type medium such as a digital and/or an analog communication medium (e.g., a fiber optic cable, a waveguide, a wired communications link, a wireless communication link, etc.).
  • a recordable type medium such as a floppy disk, a hard disk drive, a Compact Disc (CD), a Digital Versatile Disk (DVD), a digital tape, a computer memory, a solid state drive, etc.
  • a transmission type medium such as a digital and/or an analog communication medium (e.g., a fiber optic cable, a waveguide, a wired communications link, a wireless communication link, etc.).
  • a typical data processing system generally includes one or more ot a system unit housing, a video display device, a memory such as volatile and non- volatile memory, processors such as microprocessors and digital signal processors, computational entities such as operating systems, drivers, graphical user interfaces, and applications programs, one or more interaction devices, such as a touch pad or screen, and/or control systems including feedback loops and control motors (e.g., feedback for sensing position and/or velocity of gantry systems; control motors for moving and/or adjusting components and/or quantities).
  • feedback loops and control motors e.g., feedback for sensing position and/or velocity of gantry systems; control motors for moving and/or adjusting components and/or quantities).
  • a typical data processing system may be implemented utilizing any suitable commercially available components, such as those typically found in data
  • any two components herein combined to achieve a particular functionality may be seen as “associated with” each other such that the desired functionality is achieved, irrespective of architectures or intermediate components.
  • any two components so associated may also be viewed as being “operably connected”, or “operably coupled”, to each other to achieve the desired functionality, and any two
  • operably couplable components capable of being so associated may also be viewed as being “operably couplable", to each other to achieve the desired functionality.
  • operably couplable include but are not limited to physically connectable and/or physically interacting
  • a range includes each individual member.
  • a group having 1-3 cells refers to groups having 1, 2, or 3 cells.
  • a group having 1-5 cells refers to groups having 1, 2, 3, 4, or 5 cells, and so forth.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Technologies are provided for text billing based on semantic data reasoning at a sentence level granularity. In some examples, price information may be embedded into sentences determined to be valuable in form of one or more semantic rules derived from ontology. When a client application selects a sentence (e.g., for copying) or downloads the textual content including the sentence, a value of the sentence may be determined by reasoning. The price may be retrieved from a pricing data store and the user charged accordingly.

Description

TEXT BILLING BASED ON SEMANTIC DATA REASONING
BACKGROUND
[0001] Unless otherwise indicated herein, the materials described in this section are not prior art to the claims in this application and are not admitted to be prior art by inclusion in this section.
[0002] In the cloud computing environment, textual content is one of the many commodities that exchanges hands every day. Text owners publish textual content for users to browse and download portions of (or entire) content that is of interest to them. Similar to other forms of content, providing textual content is a service for which users are charged for. Determining how to price textual content may be a challenge for service providers.
Conventional approaches typically create accounts for users and charge them based on predefined prices for entire content, based on amount of downloaded textual data, or even based on time a user spends browsing the textual content.
[0003] As mentioned above, one of the pricing strategies is to charge a user for the entire textual content such as a book or an article. The users may be interested in portions of the textual content, however. For example, one user may be interested in some sentences of an article, while another user may be interested for some other sentences, but neither user may be interested in the entire article. Even if the users were charged by the chapters of the article, the approach may not provide sufficient granularity. Furthermore, a user may download an entire textual content such as a book, from which multiple users may select and use distinct sentences resulting in lost value to the content provider.
SUMMARY
[0004] The present disclosure generally describes techniques for cloud-based text billing based on semantic data reasoning.
[0005] According to some examples, a method is described for providing text billing based on semantic data reasoning. The method may include pricing one or more rules in an ontology associated with textual content to be published; determining one or more valuable sentences within the textual content based on the priced rules; labeling the valuable sentences with price information; and publishing the textual content.
[0006] According to other examples, a content provider service executed on one or more servers is described for providing text billing based on semantic data reasoning. The content provider service may include a textual content processing module. The textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content.
[0007] According to further examples, a content provider service for providing text billing based on semantic data reasoning is described. The content provider service may a textual content processing module executed on a server. The textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content. The content service provider may further include a decision and pricing module executed as part of a client application. The decision and pricing module may receive selection of one or more valuable sentences within the published textual content from a client application; retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules.
[0008] According to yet further examples, a computer readable medium may store instructions for providing text billing based on semantic data reasoning. The instructions may include actions similar to the method for providing text billing based on semantic data reasoning discussed above.
[0009] The foregoing summary is illustrative only and is not intended to be in any way limiting. In addition to the illustrative aspects, embodiments, and features described above, further aspects, embodiments, and features will become apparent by reference to the drawings and the following detailed description.
BRIEF DESCRIPTION OF THE DRAWINGS
[0010] The foregoing and other features of this disclosure will become more fully apparent from the following description and appended claims, taken in conjunction with the accompanying drawings. Understanding that these drawings depict only several
embodiments in accordance with the disclosure and are, therefore, not to be considered limiting of its scope, the disclosure will be described with additional specificity and detail through use of the accompanying drawings, in which: FlG. 1 illustrates an example cloud-based text billing system based on semantic data reasoning, where at least a portion of pricing operations may be implemented at a client application;
FIG. 2 illustrates another example cloud-based text billing system based on semantic data reasoning, where textual content treatment and pricing operations may be implemented at a hosted service;
FIG. 3 illustrates an example framework for a text billing system based on semantic data reasoning;
FIG. 4 illustrates an example ontology segment instance for a text billing system based on semantic data reasoning;
FIG. 5 illustrates a general purpose computing device, which may be used for providing text billing based on semantic data reasoning;
FIG. 6 is a flow diagram illustrating an example method for providing text billing based on semantic data reasoning that may be performed by a computing device such as the computing device in FIG. 5; and
FIG. 7 illustrates a block diagram of an example computer program product, all arranged in accordance with at least some embodiments described herein.
DETAILED DESCRIPTION
[0011] In the following detailed description, reference is made to the accompanying drawings, which form a part hereof. In the drawings, similar symbols typically identify similar components, unless context dictates otherwise. The illustrative embodiments described in the detailed description, drawings, and claims are not meant to be limiting. Other embodiments may be utilized, and other changes may be made, without departing from the spirit or scope of the subject matter presented herein. It will be readily understood that the aspects of the present disclosure, as generally described herein, and illustrated in the Figures, can be arranged, substituted, combined, separated, and designed in a wide variety of different configurations, all of which are explicitly contemplated herein.
[0012] This disclosure is generally drawn, inter alia, to methods, apparatus, systems, devices, and/or computer program products related to text billing based on semantic data reasoning.
[0013] Briefly stated, technologies are generally described for text billing based on semantic data reasoning at a sentence level granularity. In some examples, price information may be embedded into sentences determined to be valuable in form of one or more semantic rules derived from ontology. When a client application selects a sentence (e.g., for copying) or downloads the textual content including the sentence, a value of the sentence may be determined by reasoning. The price may be retrieved from a pricing data store and the user charged accordingly.
[0014] FIG. 1 illustrates an example cloud-based text billing system based on semantic data reasoning, where at least a portion of pricing operations may be implemented at a client application, arranged in accordance with at least some embodiments described herein.
[0015] Users may browse and download portions of (or entire) textual content published online. Similar to other forms of content, providing textual content is a service for which users may be charged for. Semantic data is data organized according to a semantic data model that may be interpreted meaningfully without human intervention. The semantic data model (or ontology) is based on relationships between stored symbols and the real world. Thus, ontology is a formal, explicit specification of a shared conceptualization and renders shared vocabulary and taxonomy which may model a domain with the definition of objects and/or concepts and their properties and relations.
[0016] Semantic data is used in a wide variety of data management systems and applications, and may be organized based on binary models of objects, usually in groups of three parts: two objects and their relationship. For example, the data organization for representing a cup on a table may be in form of CUP TABLE. The objects (cup and table) may be interpreted with regard to their relationship (cup on table). The data may be organized linearly, indicating that since cup comes first in line, it is the object that acts. In other words, the position of the word may indicate that the cup is on the table and not that the table is on the cup. Databases designed around this concept may have greater applicability and may be more easily integrated into other databases. Semantic data systems are designed to represent the real world as accurately as possible within a data set. Data symbols may be organized linearly and hierarchically to assign certain meanings like the one described above. By representing the real world within data sets, semantic data may allow machines to interact with worldly information without human interpretation.
[0017] Description Logics (DL), which is a description language, may be used to provide a logical formalism for ontologies and semantic data by modeling concepts, roles, individuals and their relationships. More generally, DL may be used as a foundation for building knowledge bases from two main components, a terminological knowledge box (TBox) and an assertional knowledge box (ABox). The TBox refers to statements regarding the terminology itself describing the hierarchy of concepts and the relationships between concepts, whereas the ABox refers to statements regarding the belonging of individuals to concepts and the relationships between individuals. In description logics, both TBox and ABox constitute a knowledge base. While the TBox tend to be more static in the sense that the definition of concepts is rather fixed, the ABox tend to be more dynamic in the sense that the population of individuals may change and be subject to extension through DL reasoning.
[0018] As shown in a diagram 100, a content provider service 102 may publish semantically valued content 106 over one or more networks 1 10, such as the Internet, to users. The content service provider 102 may generate the content or may receive it from one or more content owners 104. A user interested in a portion of (or entire) the published content may access the content through a client application 1 12 such as a browser. According to some examples, the client application 1 12 may include a decision and pricing module 1 14 for determining charges for selected (or downloaded) portions of the content by interacting with the content provider service 102. Price information may be embedded into sentences of the semantically valued content 106 determined to be valuable in form of one or more semantic rules derived from ontology. When a sentence within the semantically valued content 106 is selected (e.g., for copying) or downloaded, a value of the sentence may be determined by reasoning at the content provider service 102 or by the decision and pricing module 1 14.
[0019] FIG. 2 illustrates another example cloud-based text billing system based on semantic data reasoning, where textual content treatment and pricing operations may be implemented at a hosted service, arranged in accordance with at least some embodiments described herein.
[0020] A core of textual data may be considered as information which maybe
represented as semantic data. Thus, a value of the text may be loaded by semantic data. As mentioned above, semantic data may be mapped onto ontology (composed of rules and concepts). If the rules are labeled with a price, the text may be directly billed on semantic level. A system according to some example embodiments may also allow the price to be dynamically updated by the owner in real-time. The bases of the price calculation may be ontology and reasoning, so the price management may be viewed as ontology management working on semantic level. If a content (text) owner wishes to descend or ascend the price of the content, the price may be modified by adjusting the price label or tag on the ontology, which may be unique and assigned at a specific node of the network. Furthermore, copyright protection may also be supported. Because, the price is combined with the text, any attempts to illegally modify the text may destroy the unity of text and price. [OOZl] The example configuration, shown in a diagram 200, is similar to that of the diagram 100 in some ways. Semantically valued content 230 may be published to users by a content service provider 202 over one or more networks 210, such as the Internet. The raw content may be provided to the content provider service 202 by one or more content owners 204. The content provider service 202 may process the content, embed pricing information labeling sentences deemed valuable, and publish the semantically valued content 230. When a user shows interest on portions of the published content and copies, downloads, or otherwise consumes the content (text), the content provider service 202 may determine values through reasoning, add pricing for total selected portions of the content and inform a client application 222 of the user employing modules such as a decision and pricing module 224, a valuation module 226, and similar ones. Such modules may be distinct modules or applications within the content provider service 202 or integrated modules or applications performing multiple tasks.
[0022] FIG. 3 illustrates an example framework for a text billing system based on semantic data reasoning, arranged in accordance with at least some embodiments described herein.
[0023] In a system according to some example embodiments, rules among the ontology may be assigned respective prices by the content owner. After some pre-treatment, the valuable content portions (e.g., sentences) may be determined and labeled. In an example configuration, where the pricing may be performed on the client side, valuable sentences may be determined once the client application (e.g., browser) downloads the content.
Subsequently, the rules which valuable sentences include may be retrieved. Having been reasoned, the price of rule for each sentence may be attained. The remaining rules may be deduced by analogy. The total fee may be calculated and the browser charged for.
[0024] As shown in a diagram 300, an example scenario may begin with a text owner 304 providing price of a rule (344) to ontology 350. Textual data 342 may be subjected to pre-treatment (346) (e.g., creation of semantic model) such that it is suitable for billing.
Valuable sentences may be determined (348) with priced rules from the ontology 350 by processing the pre-treated text (346). Next, the determined valuable sentences may be labeled (or tagged) (352) associating them with their assigned price(s) and published over a network 310.
[0025] On the user side, a client application 332 may receive user selection of one or more valuable sentences (354), upon which the client application 332 may retrieve the rules for the selected valuable sentences (356). Reasoning may be performed on the semantic data and the price for the selected sentences may be totaled up (358) so the user can be charged on a sentence basis for the consumed data. If the text owner 304 decides to change the price for one or more sentences, those prices may be adjusted by modifying the rule price label at the ontology 350.
[0026] FIG. 4 illustrates an example ontology segment instance for a text billing system based on semantic data reasoning, arranged in accordance with at least some embodiments described herein.
[0027] As depicted in a diagram 400, an ontology may have a hierarchical structure of concepts 468 spreading from a root node 462 and coupled through rules 464. In a system according to embodiments, each rule 464 may be labeled with a price 466. For computation purposes, it may be assumed that some example text waiting for billing is T, which may be transformer to semantic data form. O may represent the ontology with respect to T. R° = {ri, ...¾ ... } may be a rule set of O, where rk is an arbitrary rule and k a positive integer. Herein, the valuable content in T may be included by O. O may be built and managed by a variety of techniques. In some examples, common or domain ontologies from the semantic web may be customized to fit the needs to a particular textual content provider and employed to manage the price rules. In other examples, the ontologies may be refined for particular textual content using commonly available ontology compilation tools.
[0028] On the text owner side, the text owner may be enabled to label every rule of the ontology a price, which may be used to evaluate the charge of the browser. The text owner may issue an order to every valuable sentence rule and the specific prices may be computed automatically according to:
Figure imgf000008_0001
where Prk is the price of rule rk, total is the total price of the whole text, |R| is the total number of valuable rules included in the ontology O, and seqrk is the sequence of rk. The prices computed according to [1] may be automatically labeled on the ontology, O, with the help of an ontology management tool. The text owner may also be enabled to adjust the price this way. Embodiments are not limited to the pricing computation according to [1], and other pricing formulas may also be employed using the principles described herein. Furthermore, rules among R which are not ordered (by the text owner) may be interpreted as the price of an associated sentence being equal to zero.
[0029] In pre-treatment of text, T may be divided into single sentences first with the help of diverse logical list separators in T. Thus, the T may be transformed to a sentence set S = { si, . . . ,Si, ... }, where Si is an arbitrary sentence and i is a positive integer. At a second sub- step, tirstly, a sentence Si may be selected from S, and the concept in the selected sentence, Si, may be determined. Next, the determined concept may be mapped onto O. If a direct link exists between the concept and the ontology structure, then every rule may be stored into a rule set RSi = {rls ... ,η, ... }, where RSi denotes the rule set with respect to Si. Subsequently, Si may be removed from S, if S≠0 and the second sub-step may be repeated. Otherwise, the process may end. This way, every sentence may be partitioned and their respective rules ascertained.
[0030] As mentioned previously, not all sentences among T may be valuable for pricing. So, a system according to some example embodiments may determine valuable sentences through a two stage process employing direct matching and relatedness computation. Direct matching may determine a sentence which conformably includes a valuable rule as discussed above. Direct matching may be performed by selecting a sentence Si from S, extracting the rule set RSi associated with Si, and designating Si as a free sentence, if there does not exist any ij that satisfies Pr)≠0, where rjeRSi. Otherwise, Si may be designated as a valuable sentence and S reduced by S = S - Si. The direct matching process may be performed iteratively and end if all of sentences of S have been tested.
[0031] After direct matching, some sentences related to valuable rules in S may still exist. This maybe induced by the reason of semantic presentation differences. Thus, a relatedness computation may be carried out in succession after direct matching. Sentences sufficiently related to the valuable rules (e.g., above a predetermined threshold) may also be labeled as valuable sentences.
[0032] Relatedness computation may begin with selection of a sentence Si from S, followed by extraction of a rule set RSi associated with Si. If the relatedness between η and ¾ where rjeRSi, ¾e R°, and Prk = 0, exceeds a predetermined threshold η, then Si may be designated a valuable sentence and S reduced by S = S - Si. The relatedness may be computed according to equation [2], which is based on the assumption that words which appear in the entire published content may have some semantic relatedness.
hitsQj +rk)
[2] rel(rj, rk) = min(hits(rj),hits(rk)) '
where rel(rj,rk) is relatedness between η and ¾ hits(rj+rk) is a number of pages returned by searching wordl and word2, min(hits(rj),hits(rk)) is the minimum number of pages returned by searching wordl and word2 separately. Semantic relatedness computed by using [2] may have a value between 0 and 1. The relatedness value may be closer to 1, if the two words are closely related to each other. [00.53] As long as wordl and word2 are related to each other, the returned pages from a separate search and a jointly search may have some association. By using the minimum number of pages instead of a maximum number or an average number in equation [2] following phenomenon may be avoided. When hits of one word (e.g., wordl) are many while hits of the other (word2) are few, if many appearances of word2 are accompanied by wordl, a false positive result may be deduced that the words are strongly related.
[0034] Once the semantically valued text is published, a client application may receive user selection of desired text and determine valuable sentences in the desired text according to the label or tag associated with the sentences. The valuable sentences may be collected into a sentence set S' = {si, . . . ,sm, . . . }, where sm is an arbitrary valuable sentence and m is a positive integer. The rules associated with the valuable sentences may be ascertained, referred to as RSm denoting the rules with respect to sm, RSm = {rls . . . ,rn, . . . } .
[0035] Once the rules for the valuable sentences are ascertained, the price of sm may be computed by extracting a rule rn from RSm and reasoning rn employing a reasoner. A semantic reasoner, reasoning engine, rules engine, or a reasoner, is an application or module capable of inferring logical consequences from a set of asserted facts or axioms. Using rules that are commonly specified by means of an ontology language and often a description language, reasoners may use first-order predicate logic to perform reasoning. Some reasoners may also employ probabilistic processing. The reasoner may return a "consistent" result or an
"inconsistent" result. Inconsistent result may be regarded as the rule indicating the sentence is free, while consistent result may indicate that the sentence is associated with a fee, depicted in fTn .
[0036] There may exist two cases where rn is valuable, namely rn matches a valuable rule of O or is sufficiently related to a valuable rule as discussed above. fTn may be computed differently in these two cases. If rn matches a valuable rule in O, fTn may be equal to ΡΓη as determined in [1]. If rn is sufficiently related to a valuable rule, fTn may be computed according to:
Figure imgf000010_0001
where μ is an adjustment coefficient between 1 and 0.
[0037] Next, the rn may be removed from RSm ; if RSm≠0 and the computation using [3] may be repeated, else the total fee of sm may be computed using:
[4] Fs- = ∑rn eRsm /\
where FSm is the total fee for sm. [00.58] FIG. 5 illustrates a general purpose computing device, which may be used for providing text billing based on semantic data reasoning, arranged in accordance with at least some embodiments described herein.
[0039] For example, the computing device 500 may be used as part of a textual content service for providing text billing based on semantic data reasoning as described herein. In an example basic configuration 502, the computing device 500 may include one or more processors 504 and a system memory 506. A memory bus 508 may be used for
communicating between the processor 504 and the system memory 506. The basic configuration 502 is illustrated in FIG. 5 by those components within the inner dashed line.
[0040] Depending on the desired configuration, the processor 504 may be of any type, including but not limited to a microprocessor (μΡ), a microcontroller (μθ), a digital signal processor (DSP), or any combination thereof. The processor 504 may include one more levels of caching, such as a level cache memory 512, a processor core 514, and registers 516. The example processor core 514 may include an arithmetic logic unit (ALU), a floating point unit (FPU), a digital signal processing core (DSP Core), or any combination thereof. An example memory controller 518 may also be used with the processor 504, or in some implementations the memory controller 518 may be an internal part of the processor 504.
[0041] Depending on the desired configuration, the system memory 506 may be of any type including but not limited to volatile memory (such as RAM), non-volatile memory (such as ROM, flash memory, etc.) or any combination thereof. The system memory 506 may include an operating system 520, a content billing service 522, and program data 524. The content billing service 522 may include a labeling module 525 and a rule module 526 for embedding sentences with value information and providing rules for pricing based on semantic data reasoning as described herein. The program data 524 may include, among other data, rule data 528 or the like, as described herein.
[0042] The computing device 500 may have additional features or functionality, and additional interfaces to facilitate communications between the basic configuration 502 and any desired devices and interfaces. For example, a bus/interface controller 530 may be used to facilitate communications between the basic configuration 502 and one or more data storage devices 532 via a storage interface bus 534. The data storage devices 532 may be one or more removable storage devices 536, one or more non-removable storage devices 538, or a combination thereof. Examples of the removable storage and the non-removable storage devices include magnetic disk devices such as flexible disk drives and hard-disk drives (HDD), optical disk drives such as compact disk (CD) drives or digital versatile disk (DVD) drives, solid state drives (SSD), and tape drives to name a few. Example computer storage media may include volatile and nonvolatile, removable and non-removable media
implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
[0043] The system memory 506, the removable storage devices 536 and the nonremovable storage devices 538 are examples of computer storage media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD), solid state drives, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which may be used to store the desired information and which may be accessed by the computing device 500. Any such computer storage media may be part of the computing device 500.
[0044] The computing device 500 may also include an interface bus 540 for facilitating communication from various interface devices (e.g., one or more output devices 542, one or more peripheral interfaces 544, and one or more communication devices 566) to the basic configuration 502 via the bus/interface controller 530. Some of the example output devices 542 include a graphics processing unit 548 and an audio processing unit 550, which may be configured to communicate to various external devices such as a display or speakers via one or more A/V ports 552. One or more example peripheral interfaces 544 may include a serial interface controller 554 or a parallel interface controller 556, which may be configured to communicate with external devices such as input devices (e.g., keyboard, mouse, pen, voice input device, touch input device, etc.) or other peripheral devices (e.g., printer, scanner, etc.) via one or more I/O ports 558. An example communication device 566 includes a network controller 560, which may be arranged to facilitate communications with one or more other computing devices 562 over a network communication link via one or more communication ports 564. The one or more other computing devices 562 may include servers at a datacenter, customer equipment, and comparable devices.
[0045] The network communication link may be one example of a communication media. Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and may include any information delivery media. A "modulated data signal" may be a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), microwave, infrared (IR) and other wireless media. The term computer readable media as used herein may include both storage media and communication media.
[0046] The computing device 500 may be implemented as a part of a general purpose or specialized server, mainframe, or similar computer that includes any of the above functions. The computing device 500 may also be implemented as a personal computer including both laptop computer and non-laptop computer configurations.
[0047] Example embodiments may also include methods for text billing based on semantic data reasoning. These methods can be implemented in any number of ways, including the structures described herein. One such way may be by machine operations, of devices of the type described in the present disclosure. Another optional way may be for one or more of the individual operations of the methods to be performed in conjunction with one or more human operators performing some of the operations while other operations may be performed by machines. These human operators need not be collocated with each other, but each can be with a machine that performs a portion of the program. In other examples, the human interaction can be automated such as by pre-selected criteria that may be machine automated.
[0048] FIG. 6 is a flow diagram illustrating an example method for providing text billing based on semantic data reasoning that may be performed by a computing device such as the computing device in FIG. 5, arranged in accordance with at least some embodiments described herein.
[0049] Example methods may include one or more operations, functions or actions as illustrated by one or more of blocks 622, 624, 626, 628, 630, and/or 632, and may in some embodiments be performed by a computing device such as the computing device 500 in FIG. 5. The operations described in the blocks 622-632 may also be stored as computer-executable instructions in a computer-readable medium such as a computer-readable medium 620 of a computing device 610.
[0050] An example process for text billing based on semantic data reasoning may begin at block 622, "PRICE RULE ON ONTOLOGY", where one or more text owners such as the text owner 304 may provide a pricing directive, which may be automatically processed to associate a rule in the ontology with a price.
[0051] Block 622 may be followed by block 624, "DETERMINE VALUABLE
SENTENCES AMONG TEXT", where a content provider service such as the content provider service 202 may determine the valuable sentences through direct matching and/or relatedness computation.
[0052] Block 624 may be followed by block 626, "LABEL VALUABLE
SENTENCES", where one or more sentences may be tagged with price information based on the associated rule in the ontology by the content provider service 202. In some embodiments, pricing information embedded textual content may be published for users to consume in a cloud-based environment. Blocks 628 through 632 may be performed upon publishing of the textual content.
[0053] At block 628, "RECEIVE SELECTION OF VALUABLE SENTENCE", the client application 332 or the content provider service 202 may receive a user selection of a valuable sentence.
[0054] Block 628 may be followed by block 630, "RETRIEVE RULE(S) FOR
VALUABLE SENTENCE", where one or more rules for the user selected sentence may be retrieved from the ontology 350 for reasoning and fee calculation by the client application 332 or the content provider service 202.
[0055] Block 630 may be followed by block 632, "PERFORM REASONING AND ADD PRICING", where the client application 332 or the content provider service 202 may use a reasoner to determine the price of selected valuable sentences, and then sum the prices up for charging to the user.
[0056] FIG. 7 illustrates a block diagram of an example computer program product arranged in accordance with at least some embodiments described herein.
[0057] In some examples, as shown in FIG. 7, the computer program product 700 may include a signal bearing medium 702 that may also include one or more machine readable instructions 704 that, when executed by, for example, a processor, may provide the
functionality described herein. Thus, for example, referring to the processor 504 in FIG. 5, the content billing service 522 may undertake one or more of the tasks shown in FIG. 7 in response to the instructions 704 conveyed to the processor 504 by the medium 702 to perform actions associated with text billing based on semantic data reasoning as described herein. Some of those instructions may include, for example, pricing rule on ontology, determining valuable sentences among text, labeling valuable sentences, receiving selection of valuable sentence, retrieving rule(s) for valuable sentence, and performing reasoning and adding pricing, according to some embodiments described herein.
[0058] In some implementations, the signal bearing medium 702 depicted in FIG. 7 may encompass a computer-readable medium 706, such as, but not limited to, a hard disk drive, a solid state drive, a Compact Disc (CD), a Digital Versatile Disk (DVD), a digital tape, memory, etc. In some implementations, the signal bearing medium 702 may encompass a recordable medium 708, such as, but not limited to, memory, read/write (R/W) CDs, R/W DVDs, etc. In some implementations, the signal bearing medium 702 may encompass a communications medium 710, such as, but not limited to, a digital and/or an analog communication medium {e.g., a fiber optic cable, a waveguide, a wired communications link, a wireless communication link, etc.). Thus, for example, the program product 700 may be conveyed to one or more modules of the processor 704 by an RF signal bearing medium, where the signal bearing medium 702 is conveyed by the wireless communications medium 710 {e.g., a wireless communications medium conforming with the IEEE 802.11 standard).
[0059] According to some examples, a method is described for providing text billing based on semantic data reasoning. The method may include pricing one or more rules in an ontology associated with textual content to be published; determining one or more valuable sentences within the textual content based on the priced rules; labeling the valuable sentences with price information; and publishing the textual content.
[0060] According to other examples, the method may further include receiving selection of one or more valuable sentences within the published textual content; retrieving one or more rules associated with the selected sentences; and determining a fee associated with the selected sentences employing reasoning based on the retrieved rules. Pricing the one or more rules in the ontology may include receiving an order from a textual content owner for
r total*(\R\ + l) valuable sentence rules; and determining a price for each rule based on P k = —
¾ 2 |R| * seqrk where Prk is the price of rule ¾ total is total price of the whole text, |R| is total number of valuable rules included in the ontology O, and seqrk is a sequence of ¾.
[0061] According to further examples, the method may also include if a rule among R is not ordered, designating a sentence associated with the unordered rule as a free sentence without a price to be charged. The method may yet include dividing the textual content into single sentences using logical separators to obtain a transformed sentence set; for each sentence in the transformed sentence set, determining a concept; mapping the determined concept onto the ontology; and if a direct link exists between the concept and the ontology, storing a rule associated with the sentence in a rule set RSi = {rls ...,η, ... }, where RSi denotes the rule set with respect to a sentence Si within the textual content, and removing the sentence
Si from S.
[0062] According to yet other examples, determining the one or more valuable sentences may include employing a two stage process comprising direct matching and relatedness computation. The direct matching may include selecting a sentence Si from a transformed sentence set S; extracting a rule set RSi associated with s;; designating Si as a free sentence, if there does not exist a rule η that satisfies Pr)≠ 0, where rjeRSi, else designating Si as a valuable sentence and reducing S as S = S - s;; and iteratively performing direct matching through S. The method may further include upon completion of the direct matching, selecting a sentence Si from S; extracting the rule set RSi associated with s;; and if the relatedness between η and rk, where rjeRSi, rke R°, and Prk = 0, exceeds a predetermined threshold η, designating the sentence Si a valuable sentence and reducing S as S = S - Si.
[0063] According to yet further examples, the method may include determining the relatedness between rj and rk, employing: rel(rj, rk) = ^η^^^^) , where rel(rj,rk) is the relatedness between η and rk, hits(rj+rk) is a number of pages returned by searching a first word and a second word, and min(hits(rj),hits(rk)) is a minimum number of pages returned by searching the first word and the second word separately. The method may also include determining the fee associated with the selected sentences by employing a semantic reasoning engine, where the semantic reasoning engine returns one of a "consistent" result and an "inconsistent" result. The inconsistent result may be interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result may be interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
[0064] According to some examples, the fee may be computed according to: fTn = - * r rx ctpo ,™Γε^ι^Γη, rΓχ ^^_:rτ,| irel(rn' Γχ) * ΡΓχ], where μ is an adjustment coefficient between 1 and 0, Prk is a price for rule rx, R° is a set of rules associated with the ontology, and η is a predetermined threshold for relatedness. The method may further include removing rn from rule set RSm for the selected sentences until Rsm= 0; and determining a total fee FSm of selected sentences sm as: FSm = ∑rneRsm /rn - The semantic reasoning engine may employ first order predicate logic or probabilistic processing. The selection of one or more sentences may be determined based on one of copying or downloading of the one or more sentences. The method may also include enabling a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology or employing a description language to provide a logical formalism for the ontology.
[0065] According to other examples, a content provider service executed on one or more servers is described for providing text billing based on semantic data reasoning. The content provider service may include a textual content processing module. The textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content.
[0066] According to further examples, the content provider service may include a decision and pricing module, which may receive selection of one or more valuable sentences within the published textual content from a client application; retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules. The textual content processing module may further receive an order from a textual content owner for valuable sentence rules;
r total*(\R\ + l)
and determine a price for each rule based on P k = , where Prk is the price of
2 |R| * seq—rk '
rule ¾ total is total price of the whole text, |R| is total number of valuable rules included in the ontology O, and seqrk is a sequence of ¾.
[0067] According to yet other examples, the textual content processing module may if a rule among R is not ordered, designate a sentence associated with the unordered rule as a free sentence without a price to be charged. The textual content processing module may also divide the textual content into single sentences using logical separators to obtain a
transformed sentence set; for each sentence in the transformed sentence set, determine a concept; map the determined concept onto the ontology; and if a direct link exists between the concept and the ontology, store a rule associated with the sentence in a rule set RSi =
{ri, ... ,rj, ... }, where RSi denotes the rule set with respect to a sentence Si within the textual content, and removing the sentence Si from S.
[0068] According to yet further examples, the textual content processing module may employ a two stage process comprising direct matching and relatedness computation. The textual content processing module may perform direct matching by: selecting a sentence Si from a transformed sentence set S; extracting a rule set RSi associated with s;; designating Si as a free sentence, if there does not exist a rule η that satisfies Pr)≠ 0, where rjeRSi, else designating Si as a valuable sentence and reducing S as S = S - s;; and iteratively performing direct matching through S. The textual content processing module may also upon completion of the direct matching, select a sentence Si from S; extract the rule set RSi associated with s;; and if the relatedness between η and ¾ where rjeRSi, ¾ε R°, and Prk = 0, exceeds a predetermined threshold η, designate the sentence Si a valuable sentence and reduce S as S = S - ¾. [0069] The textual content processing module may determine the relatedness between η and rk employing: rel(rj, rk) = ^η^^^^) , where rel(rj,rk) is the relatedness between η and ¾ hits(rj+rk) is a number of pages returned by searching a first word and a second word, and min(hits(rj),hits(rk)) is a minimum number of pages returned by searching the first word and the second word separately. The decision and pricing module may determine the fee associated with the selected sentences by employing a semantic reasoning engine, and where the semantic reasoning engine returns one of a "consistent" result and an "inconsistent" result. The inconsistent result may be interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result may be interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
[0070] According to some examples, the fee may be computed according to: fTn = - * r rx ctpo ,™Γε^ι^Γη, rΓχ ^^_:rτ,| irel (rn' Γχ) * ΡΓχ], where μ is an adjustment coefficient between 1 and 0, Prk is a price for rule rx, R° is a set of rules associated with the ontology, and η is a predetermined threshold for relatedness. The decision and pricing module may remove rn from rule set RSm for the selected sentences until Rsm= 0; and determine a total fee FSm of selected sentences sm as: FSm = ∑rneRsm /rn - The semantic reasoning engine may employ first order predicate logic or probabilistic processing. The selection of one or more sentences may be determined based on one of copying or downloading of the one or more sentences. The textual content processing module may further enable a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology. The textual content processing module may also employ a description language to provide a logical formalism for the ontology.
[0071] According to further examples, a content provider service for providing text billing based on semantic data reasoning is described. The content provider service may a textual content processing module executed on a server. The textual content processing module may price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules; label the valuable sentences with price information; and publish the textual content. The content service provider may further include a decision and pricing module executed as part of a client application. The decision and pricing module may receive selection of one or more valuable sentences within the published textual content from a client application; retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules.
[0072] According to some examples, the textual content processing module may receive an order from a textual content owner for valuable sentence rules; and determine a price for
r total*(\R\ + l)
each rule based on P k = here Prk is the price of rule ¾ total is total price
2 |R| * seq— , w
rk '
of the whole text, |R| is total number of valuable rules included in the ontology O, and seqrk is a sequence of rk. The textual content processing module may further divide the textual content into single sentences using logical separators to obtain a transformed sentence set; for each sentence in the transformed sentence set, determine a concept; map the determined concept onto the ontology; and if a direct link exists between the concept and the ontology, store a rule associated with the sentence in a rule set RSi = {rls ...,η, ... }, where RSi denotes the rule set with respect to a sentence Si within the textual content, and removing the sentence Si from S.
[0073] According to other examples, the textual content processing module may iteratively perform direct matching through a transformed sentence set S by: selecting a sentence Si from S; extracting a rule set RSi associated with s;; and designating Si as a free sentence, if there does not exist a rule η that satisfies Pr)≠ 0, where rjeRSi, else designating Si as a valuable sentence and reducing S as S = S - Si. The textual content processing module may also upon completion of the direct matching, select a sentence Si from S; extract the rule set RSi associated with s;; if the relatedness between η and ¾ where rjeRSi, ¾e R°, and Prk = 0, exceeds a predetermined threshold η, designate the sentence Si a valuable sentence and reduce S as S = S - Si.
[0074] According to yet other examples, the textual content processing module may determine the relatedness between η J and rk emp rloy Jing &: relf vr j;,' rk K) =
Figure imgf000019_0001
where rel(rj,rk) is the relatedness between η and rk, hits(rj+rk) is a number of pages returned by searching a first word and a second word, and min(hits(rj),hits(rk)) is a minimum number of pages returned by searching the first word and the second word separately. The decision and pricing module may determine the fee associated with the selected sentences by employing a semantic reasoning engine, and where the semantic reasoning engine may return one of a "consistent" result and an "inconsistent" result with the inconsistent result being interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result being interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee. [0075] According to further examples, the fee may be computed according to: fTn = - * r rx ctpo ,™Γε^ι^Γη, rΓχ ^^_:rτ,| irel(rn' Γχ) * ΡΓχ], where μ is an adjustment coefficient between 1 and 0, Prk is a price for rule rx, R° is a set of rules associated with the ontology, and η is a predetermined threshold for relatedness. The decision and pricing module may remove rn from rule set RSm for the selected sentences until Rsm= 0; and determine a total fee FSm of selected sentences sm as: FSm = ∑rneRsm /rn - The semantic reasoning engine may employ first order predicate logic or probabilistic processing. The selection of one or more sentences may be determined based on one of copying or downloading of the one or more sentences. The textual content processing module may enable a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology.
[0076] There is little distinction left between hardware and software implementations of aspects of systems; the use of hardware or software is generally (but not always, in that in certain contexts the choice between hardware and software may become significant) a design choice representing cost vs. efficiency tradeoffs. There are various vehicles by which processes and/or systems and/or other technologies described herein may be effected (e.g., hardware, software, and/or firmware), and that the preferred vehicle will vary with the context in which the processes and/or systems and/or other technologies are deployed. For example, if an implementer determines that speed and accuracy are paramount, the implementer may opt for a mainly hardware and/or firmware vehicle; if flexibility is paramount, the implementer may opt for a mainly software implementation; or, yet again alternatively, the implementer may opt for some combination of hardware, software, and/or firmware.
[0077] The foregoing detailed description has set forth various embodiments of the devices and/or processes via the use of block diagrams, flowcharts, and/or examples. Insofar as such block diagrams, flowcharts, and/or examples contain one or more functions and/or operations, it will be understood by those within the art that each function and/or operation within such block diagrams, flowcharts, or examples may be implemented, individually and/or collectively, by a wide range of hardware, software, firmware, or virtually any combination thereof. In one embodiment, several portions of the subject matter described herein may be implemented via Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs), digital signal processors (DSPs), or other integrated formats. However, those skilled in the art will recognize that some aspects of the
embodiments disclosed herein, in whole or in part, may be equivalently implemented in integrated circuits, as one or more computer programs running on one or more computers (e.g., as one or more programs running on one or more computer systems), as one or more programs running on one or more processors (e.g., as one or more programs running on one or more microprocessors), as firmware, or as virtually any combination thereof, and that designing the circuitry and/or writing the code for the software and or firmware would be well within the skill of one of skill in the art in light of this disclosure.
[0078] The present disclosure is not to be limited in terms of the particular embodiments described in this application, which are intended as illustrations of various aspects. Many modifications and variations can be made without departing from its spirit and scope, as will be apparent to those skilled in the art. Functionally equivalent methods and apparatuses within the scope of the disclosure, in addition to those enumerated herein, will be apparent to those skilled in the art from the foregoing descriptions. Such modifications and variations are intended to fall within the scope of the appended claims. The present disclosure is to be limited only by the terms of the appended claims, along with the full scope of equivalents to which such claims are entitled. It is to be understood that this disclosure is not limited to particular methods, reagents, compounds compositions or biological systems, which can, of course, vary. It is also to be understood that the terminology used herein is for the purpose of describing particular embodiments only, and is not intended to be limiting.
[0079] In addition, those skilled in the art will appreciate that the mechanisms of the subject matter described herein are capable of being distributed as a program product in a variety of forms, and that an illustrative embodiment of the subject matter described herein applies regardless of the particular type of signal bearing medium used to actually carry out the distribution. Examples of a signal bearing medium include, but are not limited to, the following: a recordable type medium such as a floppy disk, a hard disk drive, a Compact Disc (CD), a Digital Versatile Disk (DVD), a digital tape, a computer memory, a solid state drive, etc. ; and a transmission type medium such as a digital and/or an analog communication medium (e.g., a fiber optic cable, a waveguide, a wired communications link, a wireless communication link, etc.).
[0080] Those skilled in the art will recognize that it is common within the art to describe devices and/or processes in the fashion set forth herein, and thereafter use engineering practices to integrate such described devices and/or processes into data processing systems. That is, at least a portion of the devices and/or processes described herein may be integrated into a data processing system via a reasonable amount of experimentation. Those having skill in the art will recognize that a typical data processing system generally includes one or more ot a system unit housing, a video display device, a memory such as volatile and non- volatile memory, processors such as microprocessors and digital signal processors, computational entities such as operating systems, drivers, graphical user interfaces, and applications programs, one or more interaction devices, such as a touch pad or screen, and/or control systems including feedback loops and control motors (e.g., feedback for sensing position and/or velocity of gantry systems; control motors for moving and/or adjusting components and/or quantities).
[0081] A typical data processing system may be implemented utilizing any suitable commercially available components, such as those typically found in data
computing/communication and/or network computing/communication systems. The herein described subject matter sometimes illustrates different components contained within, or connected with, different other components. It is to be understood that such depicted architectures are merely exemplary, and that in fact many other architectures may be implemented which achieve the same functionality. In a conceptual sense, any arrangement of components to achieve the same functionality is effectively "associated" such that the desired functionality is achieved. Hence, any two components herein combined to achieve a particular functionality may be seen as "associated with" each other such that the desired functionality is achieved, irrespective of architectures or intermediate components. Likewise, any two components so associated may also be viewed as being "operably connected", or "operably coupled", to each other to achieve the desired functionality, and any two
components capable of being so associated may also be viewed as being "operably couplable", to each other to achieve the desired functionality. Specific examples of operably couplable include but are not limited to physically connectable and/or physically interacting
components and/or wirelessly interactable and/or wirelessly interacting components and/or logically interacting and/or logically interactable components.
[0082] With respect to the use of substantially any plural and/or singular terms herein, those having skill in the art can translate from the plural to the singular and/or from the singular to the plural as is appropriate to the context and/or application. The various singular/plural permutations may be expressly set forth herein for sake of clarity.
[0083] It will be understood by those within the art that, in general, terms used herein, and especially in the appended claims (e.g., bodies of the appended claims) are generally intended as "open" terms (e.g., the term "including" should be interpreted as "including but not limited to," the term "having" should be interpreted as "having at least," the term
"includes" should be interpreted as "includes but is not limited to," etc.). It will be further understood by those within the art that if a specific number of an introduced claim recitation is intended, such an intent will be explicitly recited in the claim, and in the absence of such recitation no such intent is present. For example, as an aid to understanding, the following appended claims may contain usage of the introductory phrases "at least one" and "one or more" to introduce claim recitations. However, the use of such phrases should not be construed to imply that the introduction of a claim recitation by the indefinite articles "a" or "an" limits any particular claim containing such introduced claim recitation to embodiments containing only one such recitation, even when the same claim includes the introductory phrases "one or more" or "at least one" and indefinite articles such as "a" or "an" (e.g., "a" and/or "an" should be interpreted to mean "at least one" or "one or more"); the same holds true for the use of definite articles used to introduce claim recitations. In addition, even if a specific number of an introduced claim recitation is explicitly recited, those skilled in the art will recognize that such recitation should be interpreted to mean at least the recited number (e.g., the bare recitation of "two recitations," without other modifiers, means at least two recitations, or two or more recitations).
[0084] Furthermore, in those instances where a convention analogous to "at least one of A, B, and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., " a system having at least one of A, B, and C" would include but not be limited to systems that have A alone, B alone, C alone, A and B together, A and C together, B and C together, and/or A, B, and C together, etc.). It will be further understood by those within the art that virtually any disjunctive word and/or phrase presenting two or more alternative terms, whether in the description, claims, or drawings, should be understood to contemplate the possibilities of including one of the terms, either of the terms, or both terms. For example, the phrase "A or B" will be understood to include the possibilities of "A" or "B" or "A and B."
[0085] In addition, where features or aspects of the disclosure are described in terms of Markush groups, those skilled in the art will recognize that the disclosure is also thereby described in terms of any individual member or subgroup of members of the Markush group.
[0086] As will be understood by one skilled in the art, for any and all purposes, such as in terms of providing a written description, all ranges disclosed herein also encompass any and all possible subranges and combinations of subranges thereof. Any listed range can be easily recognized as sufficiently describing and enabling the same range being broken down into at least equal halves, thirds, quarters, fifths, tenths, etc. As a non-limiting example, each range discussed herein can be readily broken down into a lower third, middle third and upper third, etc. As will also be understood by one skilled in the art all language such as "up to," "at least," "greater than," "less than," and the like include the number recited and refer to ranges which can be subsequently broken down into subranges as discussed above. Finally, as will be understood by one skilled in the art, a range includes each individual member. Thus, for example, a group having 1-3 cells refers to groups having 1, 2, or 3 cells. Similarly, a group having 1-5 cells refers to groups having 1, 2, 3, 4, or 5 cells, and so forth.
[0087] While various aspects and embodiments have been disclosed herein, other aspects and embodiments will be apparent to those skilled in the art. The various aspects and embodiments disclosed herein are for purposes of illustration and are not intended to be limiting, with the true scope and spirit being indicated by the following claims.

Claims

WHAT IS CLAIMED IS:
1. A method for providing text billing based on semantic data reasoning, the method comprising:
pricing one or more rules in an ontology associated with textual content to be published;
determining one or more valuable sentences within the textual content based on the priced rules;
labeling the valuable sentences with price information; and
publishing the textual content.
2. The method of claim 1, further comprising:
receiving selection of one or more valuable sentences within the published textual content;
retrieving one or more rules associated with the selected sentences; and
determining a fee associated with the selected sentences employing reasoning based on the retrieved rules.
3. The method of claim 2, wherein pricing the one or more rules in the ontology comprises:
receiving an order from a textual content owner for valuable sentence rules; and
• , , , nr, totai*(|R| + l) , . , determining a price for each rule based onr k = — , where Prk is the
¾ 2 |R|* seqrk ' price of rule rk, total is total price of the whole text, |R| is total number of valuable rules included in the ontology O, and seqrk is a sequence of rk.
4. The method of claim 3, further comprising:
if a rule among R is not ordered, designating a sentence associated with the unordered rule as a free sentence without a price to be charged.
5. The method of claim 2, further comprising:
dividing the textual content into single sentences using logical separators to obtain a transformed sentence set;
for each sentence in the transformed sentence set, determining a concept; mapping the determined concept onto the ontology; and
if a direct link exists between the concept and the ontology, storing a rule associated with the sentence in a rule set RSi = {rls ... ,η, ... }, where RSi denotes the rule set with respect to a sentence Si within the textual content, and removing the sentence Si from S.
6. The method of claim 2, wherein determining the one or more valuable sentences comprises:
employing a two stage process comprising direct matching and relatedness computation.
7. The method of claim 6, wherein the direct matching comprises:
selecting a sentence Si from a transformed sentence set S;
extracting a rule set RSi associated with s;;
designating Si as a free sentence, if there does not exist a rule η that satisfies Pr)≠ 0, where rjeRSi, else designating Si as a valuable sentence and reducing S as S = S - and
iteratively performing direct matching through S.
8. The method of claim 7, further comprising:
upon completion of the direct matching, selecting a sentence Si from S;
extracting the rule set RSi associated with s;; and
if the relatedness between η and ¾ where rjeRSi, ¾e R°, and Prk = 0, exceeds a predetermined threshold η, designating the sentence Si a valuable sentence and reducing S as S = S - Si.
9. The method of claim 8, further comprising determining the relatedness between η and
Figure imgf000026_0001
rk, employing: rel(rj, rk) = is the relatedness between rj and rk, hits(rj+rk) is a number of pages returned by searching a first word and a second word, and min(hits(rj),hits(rk)) is a minimum number of pages returned by searching the first word and the second word separately.
10. The method of claim 9, further comprising determining the fee associated with the selected sentences by employing a semantic reasoning engine, wherein the semantic reasoning engine returns one of a "consistent" result and an "inconsistent" result.
11. The method of claim 10, wherein the inconsistent result is interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result is interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
12. The method of claim 11, wherein the fee is computed according to:
f n max I relfr r * ΡΓχ1 where μ is an adjustment coefficient between 1 and 0, Prk is a price for rule rx, R° is a set of rules associated with the ontology, and η is a predetermined threshold for relatedness.
13. The method of claim 11, further comprising:
removing rn from rule set RSm for the selected sentences until RSm = 0; and determining a total fee FSm of selected sentences sm as:
Figure imgf000027_0001
14. The method of claim 11, wherein the semantic reasoning engine employs one of first order predicate logic and probabilistic processing.
15. The method of claim 2, wherein the selection of one or more sentences is determined based on one of copying or downloading of the one or more sentences.
16. The method of claim 2, further comprising enabling a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology.
17. The method of claim 2, further comprising employing a description language to provide a logical formalism for the ontology.
18. A content provider service executed on one or more servers for providing text billing based on semantic data reasoning, the content provider service comprising:
a textual content processing module configured to:
price one or more rules in an ontology associated with textual content to be published; determine one or more valuable sentences within the textual content based on the priced rules;
label the valuable sentences with price information; and
publish the textual content.
19. The content provider service of claim 18, further comprising a decision and pricing module configured to:
receive selection of one or more valuable sentences within the published textual content from a client application;
retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules.
20. The content provider service of claim 19, wherein the textual content processing module is further configured to:
receive an order from a textual content owner for valuable sentence rules; and
• r. , , , , nr, totai*(|R| + l) ,
determine a price for each rule based on r k = =— , where Prk is
F 2|R|* seqrk '
the price of rule rk, total is total price of the whole text, |R| is total number of valuable rules included in the ontology O, and seqrk is a sequence of rk.
21. The content provider service of claim 20, wherein the textual content processing module is further configured to:
if a rule among R is not ordered, designate a sentence associated with the unordered rule as a free sentence without a price to be charged.
22. The content provider service of claim 19, wherein the textual content processing module is further configured to:
divide the textual content into single sentences using logical separators to obtain a transformed sentence set;
for each sentence in the transformed sentence set, determine a concept;
map the determined concept onto the ontology; and
if a direct link exists between the concept and the ontology, store a rule associated with the sentence in a rule set RSi = {rls ... ,η, ... }, where RSi denotes the rule set with respect to a sentence Si within the textual content, and removing the sentence Si from S.
23. The content provider service of claim 19, wherein the textual content processing module is further configured to:
employ a two stage process comprising direct matching and relatedness computation.
24. The content provider service of claim 23, wherein the textual content processing module is further configured to perform direct matching by:
selecting a sentence Si from a transformed sentence set S;
extracting a rule set RSi associated with s;;
designating Si as a free sentence, if there does not exist a rule η that satisfies Pr)≠ 0, where rjeRSi, else designating Si as a valuable sentence and reducing S as S = S - and iteratively performing direct matching through S.
25. The content provider service of claim 24, wherein the textual content processing module is further configured to:
upon completion of the direct matching, select a sentence Si from S;
extract the rule set RSi associated with s;; and
if the relatedness between η and ¾ where rjeRSi, ¾e R°, and Prk = 0, exceeds a predetermined threshold η, designate the sentence Si a valuable sentence and reduce S as S = S - Si.
26. The content provider service of claim 25, wherein the textual content processing module is further configured to determine the relatedness between η and ¾ employing: relfr:, rk) = ^ί.^^.1^ . .. , where rel(rj,rk) is the relatedness between η and ¾
V K min(hits(rj),hits(rk)) ' J' 7
hits(rj+rk) is a number of pages returned by searching a first word and a second word, and min(hits(rj),hits(rk)) is a minimum number of pages returned by searching the first word and the second word separately.
27. The content provider service of claim 26, wherein the decision and pricing module is further configured to determine the fee associated with the selected sentences by employing a semantic reasoning engine, and wherein the semantic reasoning engine returns one of a "consistent" result and an "inconsistent" result.
8. The content provider service of claim 27, wherein the inconsistent result is interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charge and the consistent result is interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
29. The content provider service of claim 27, wherein the fee is computed according to:
f n max I relfr r * ΡΓχ1 where μ is an adjustment coefficient between 1 and 0, Prk is a price for rule rx, R° is a set of rules associated with the ontology, and η is a predetermined threshold for relatedness.
30. The content provider service of claim 29, wherein the decision and pricing module is further configured to:
remove rn from rule set RSm for the selected sentences until RSm = 0; and
determine a total fee FSm of selected sentences sm as:
Figure imgf000030_0001
31. The content provider service of claim 27, wherein the semantic reasoning engine employs one of first order predicate logic and probabilistic processing.
32. The content provider service of claim 19, wherein the selection of one or more sentences is determined based on one of copying or downloading of the one or more sentences.
33. The content provider service of claim 19, wherein the textual content processing module is further configured to enable a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology.
34. The content provider service of claim 19, wherein the textual content processing module is further configured to employ a description language to provide a logical formalism for the ontology.
35. A content provider service for providing text billing based on semantic data reasoning, the content provider service comprising: a textual content processing module executed on a server, the textual content processing module configured to:
price one or more rules in an ontology associated with textual content to be published;
determine one or more valuable sentences within the textual content based on the priced rules;
label the valuable sentences with price information; and
publish the textual content; and
a decision and pricing module executed as part of a client application, the decision and pricing module configured to:
receive selection of one or more valuable sentences within the published textual content from a client application;
retrieve one or more rules associated with the selected sentences; and determine a fee associated with the selected sentences employing reasoning based on the retrieved rules.
36. The content provider service of claim 35, wherein the textual content processing module is further configured to:
receive an order from a textual content owner for valuable sentence rules; and
• r. , , , , nr, totai*(|R| + l) ,
determine a price for each rule based on r k = =— , where Prk is
F 2|R|* seqrk '
the price of rule rk, total is total price of the whole text, |R| is total number of valuable rules included in the ontology O, and seqrk is a sequence of rk.
37. The content provider service of claim 35, wherein the textual content processing module is further configured to:
divide the textual content into single sentences using logical separators to obtain a transformed sentence set;
for each sentence in the transformed sentence set, determine a concept;
map the determined concept onto the ontology; and
if a direct link exists between the concept and the ontology, store a rule associated with the sentence in a rule set RSi = {rls ... ,η, ... }, where RSi denotes the rule set with respect to a sentence Si within the textual content, and removing the sentence Si from S.
8. The content provider service of claim 35, wherein the textual content processing module is further configured to:
iteratively perform direct matching through a transformed sentence set S by:
selecting a sentence Si from S;
extracting a rule set RSi associated with s;; and
designating Si as a free sentence, if there does not exist a rule η that satisfies Pr)≠ 0, where rjeRSi, else designating Si as a valuable sentence and reducing S as S =
- Si.
39. The content provider service of claim 38, wherein the textual content processing module is further configured to:
upon completion of the direct matching, select a sentence Si from S;
extract the rule set RSi associated with s;; and
if the relatedness between η and ¾ where rjeRSi, ¾e R°, and Prk = 0, exceeds a predetermined threshold η, designate the sentence Si a valuable sentence and reduce S as S = S - ¾.
40. The content provider service of claim 39, wherein the textual content processing module is further configured to determine the relatedness between η and ¾ employing: relfr:, rk) = ^ί.^^.1^ . .. , where rel(rj,rk) is the relatedness between η and ¾
V K min(hits(rj),hits(rk)) ' J' 7
hits(rj+rk) is a number of pages returned by searching a first word and a second word, and min(hits(rj),hits(rk)) is a minimum number of pages returned by searching the first word and the second word separately.
41. The content provider service of claim 40, wherein the decision and pricing module is further configured to determine the fee associated with the selected sentences by employing semantic reasoning engine, and wherein the semantic reasoning engine returns one of a "consistent" result and an "inconsistent" result with the inconsistent result being interpreted as a retrieved rule indicating a sentence associated with the retrieved rule being free of charg and the consistent result being interpreted as the retrieved rule indicating the sentence associated with the retrieved rule being associated with a fee.
42. The content provider service of claim 41, wherein the fee is computed according to: ϊΓη = rxeRO™l(rn,rx)^[rel(rn' rx) * p rX] '
ννΙιεΓεμ is an adjustment coefficient between 1 and 0, Prk is a price for rule rx, R° is a set of rules associated with the ontology, and η is a predetermined threshold for relatedness.
43. The content provider service of claim 42, wherein the decision and pricing module is further configured to:
remove rn from rule set RSm for the selected sentences until RSm = 0; and
determine a total fee FSm of selected sentences sm as:
Figure imgf000033_0001
44. The content provider service of claim 43, wherein the semantic reasoning engine employs one of first order predicate logic and probabilistic processing.
45. The content provider service of claim 35, wherein the selection of one or more sentences is determined based on one of copying or downloading of the one or more sentences.
46. The content provider service of claim 35, wherein the textual content processing module is further configured to enable a textual content owner to modify pricing for one or more sentences by adjusting rule pricing in the ontology.
47. A computer readable storage medium with instructions stored thereon, which when executed on one or more computing devices execute a method for providing text billing based on semantic data reasoning, wherein the method includes action of claims 1 through 17.
PCT/CN2013/070121 2013-01-06 2013-01-06 Text billing based on semantic data reasoning Ceased WO2014106339A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2013/070121 WO2014106339A1 (en) 2013-01-06 2013-01-06 Text billing based on semantic data reasoning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2013/070121 WO2014106339A1 (en) 2013-01-06 2013-01-06 Text billing based on semantic data reasoning

Publications (1)

Publication Number Publication Date
WO2014106339A1 true WO2014106339A1 (en) 2014-07-10

Family

ID=51062142

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/070121 Ceased WO2014106339A1 (en) 2013-01-06 2013-01-06 Text billing based on semantic data reasoning

Country Status (1)

Country Link
WO (1) WO2014106339A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708934A (en) * 2020-05-14 2020-09-25 北京百度网讯科技有限公司 Evaluation method, device, electronic device and storage medium of knowledge content
CN113204637A (en) * 2021-04-13 2021-08-03 北京三快在线科技有限公司 Text processing method and device, storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070055569A1 (en) * 2005-08-11 2007-03-08 Contextweb Method and system for placement and pricing of internet-based advertisements or services
CN101620596A (en) * 2008-06-30 2010-01-06 东北大学 Multi-document auto-abstracting method facing to inquiry
US7693704B2 (en) * 1999-12-21 2010-04-06 Lexis-Nexis Group, A Division Of Reed Elsevier Inc. Automated system and method for generating reasons that a court case is cited

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7693704B2 (en) * 1999-12-21 2010-04-06 Lexis-Nexis Group, A Division Of Reed Elsevier Inc. Automated system and method for generating reasons that a court case is cited
US20070055569A1 (en) * 2005-08-11 2007-03-08 Contextweb Method and system for placement and pricing of internet-based advertisements or services
CN101620596A (en) * 2008-06-30 2010-01-06 东北大学 Multi-document auto-abstracting method facing to inquiry

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708934A (en) * 2020-05-14 2020-09-25 北京百度网讯科技有限公司 Evaluation method, device, electronic device and storage medium of knowledge content
CN111708934B (en) * 2020-05-14 2023-06-20 北京百度网讯科技有限公司 Evaluation method, device, electronic device and storage medium of knowledge content
CN113204637A (en) * 2021-04-13 2021-08-03 北京三快在线科技有限公司 Text processing method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
US11321371B2 (en) Query expansion using a graph of question and answer vocabulary
US11514124B2 (en) Personalizing a search query using social media
US8386457B2 (en) Using a dynamically-generated content-level newsworthiness rating to provide content recommendations
Dong et al. Self-adaptive semantic focused crawler for mining services information discovery
US9589050B2 (en) Semantic context based keyword search techniques
US20190005025A1 (en) Performing semantic graph search
US20200334313A1 (en) Personalizing a search of a search service
US11361030B2 (en) Positive/negative facet identification in similar documents to search context
US20200349179A1 (en) Dynamic faceted search on a document corpus
US10956470B2 (en) Facet-based query refinement based on multiple query interpretations
US11182438B2 (en) Hybrid processing of disjunctive and conjunctive conditions of a search query for a similarity search
US11119979B2 (en) Content based recommendations of file system save locations
CN104516910A (en) Method and system for recommending content in client-side server environment
US10496686B2 (en) Method and system for searching and identifying content items in response to a search query using a matched keyword whitelist
US9805406B2 (en) Embeddable media content search widget
US20160217200A1 (en) Dynamic creation of domain specific corpora
US20210117853A1 (en) Methods and systems for automated feature generation utilizing formula semantification
EP4371028A1 (en) Elucidated natural language artifact recombination with contextual awareness
CN107798622A (en) A kind of method and apparatus for identifying user view
US11379504B2 (en) Indexing and mining content of multiple data sources
WO2014106339A1 (en) Text billing based on semantic data reasoning
US11334606B2 (en) Managing content creation of data sources
US20230080417A1 (en) Generating workflow representations using reinforced feedback analysis
US10567845B2 (en) Embeddable media content search widget
CN109471969A (en) Application search method, device and equipment

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: 13869974

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: 13869974

Country of ref document: EP

Kind code of ref document: A1