The present invention relates to techniques that provide improved information retrieval using a fusion-based retrieval approach that utilizes passage-level information for enhanced retrieval quality.
Fusion-based information retrieval may involve combining multiple sources of information so as to produce a single set of results in response to a query. For example, the results from multiple ranking processes, different document representations, and/or different representations of the information requested may be combined or fused to produce a single result set. For example, in a fusion setting, several retrieval methods may be evaluated over the same corpus of documents, with each retrieving a ranked-list of top-k documents. A fusion method may then normalize the scores of the retrieved documents (making them more comparable) and may then apply some aggregation approach to obtain a final (fused) ranked-list. There are many conventional fusion approaches. Typically, such conventional methods only utilize properties of either the documents in the pool of documents or the ranked-lists as a whole.
Passage-based document retrieval methods utilize passages or selections within each document to enhance the document's relevance estimation. Passages are usually considered at the granularity of a few sentences or defined by a text window. More recently, neural IR approaches have been proposed and utilize a more flexible passage selection and scoring approach. A key disadvantage of passage-based document models is that they only consider passages that belong to the document itself and the main concern again is on relevance.
Accordingly, a need arises for techniques that provide improved information retrieval.
Embodiments of the present systems and methods may provide techniques that provide improved information retrieval. Embodiments may utilize a fusion-based retrieval approach that utilizes passage-level information for enhanced retrieval quality. Embodiments may utilize a probabilistic fusion framework as well as document-level and list-level processing. Both embodiments may result in improved information retrieval.
For example, in an embodiment, a method may be implemented in a computer system comprising a processor, memory accessible by the processor, and computer program instructions stored in the memory and executable by the processor, the method may comprise receiving, at the computer system, a query to retrieve a document from a corpus of documents, retrieving, at the computer system, a plurality of documents from the corpus of documents using a plurality of retrieval methods, each retrieval method generating a ranked list of retrieved documents and a score for each document, fusing, at the computer system, the generated ranked list of retrieved documents to form an aggregated ranked list of retrieved documents by re-scoring, at the computer system, the plurality of documents according to its passage scores, with respect to the query and associating, at the computer system, a given document and its maximal passage using relevance information induced from the plurality of ranked lists.
In embodiments, fusing further may comprise utilizing, at the computer system, passages contained within each ranked list for estimating a relevance dependent association between pseudo-effective ranked lists, the performance of which is assumed to be effective, and each of the plurality of documents. The retrieving may be performed using at least one of CombSUM, CombMNZ, Borda, or RRF. The fusing may be performed using at least one of MaxPsg, CombMaxPsg, or PsgPFF. MaxPsg may re-score each document based on a score of the passage with the highest retrieval score. CombMaxPsg may re-score each document based on a score of the passage with the highest retrieval score combined with a relevance of each passage. PsgPFF may re-score each document based on relevance of passages within each ranked list having the highest retrieval score.
In an embodiment, a system may comprise a processor, memory accessible by the processor, and computer program instructions stored in the memory and executable by the processor to perform receiving a query to retrieve a document from a corpus of documents, retrieving a plurality of documents from the corpus of documents using a plurality of retrieval methods, each retrieval method generating a ranked list of retrieved documents and a score for each document, fusing the generated ranked list of retrieved documents to form an aggregated ranked list of retrieved documents by re-scoring the plurality of documents according to its passage scores, with respect to the query and associating a given document and its maximal passage using relevance information induced from the plurality of ranked lists.
In an embodiment, a computer program product may comprise a non-transitory computer readable storage having program instructions embodied therewith, the program instructions executable by a computer, to cause the computer to perform a method comprising receiving, at the computer system, a query to retrieve a document from a corpus of documents, retrieving, at the computer system, a plurality of documents from the corpus of documents using a plurality of retrieval methods, each retrieval method generating a ranked list of retrieved documents and a score for each document, fusing, at the computer system, the generated ranked list of retrieved documents to form an aggregated ranked list of retrieved documents by re-scoring, at the computer system, the plurality of documents according to its passage scores, with respect to the query and associating, at the computer system, a given document and its maximal passage using relevance information induced from the plurality of ranked lists . . . .
The details of the present invention, both as to its structure and operation, can best be understood by referring to the accompanying drawings, in which like reference numbers and designations refer to like elements.
Embodiments of the present systems and methods may provide techniques that provide improved information retrieval. Embodiments may utilize a fusion-based retrieval approach that utilizes passage-level information for enhanced retrieval quality. Embodiments may utilize a probabilistic fusion framework as well as document-level and list-level processing. Both embodiments may result in improved information retrieval.
An exemplary block diagram of a document retrieval system 100 is shown in
An exemplary flow diagram of a document retrieval process 200, which may be performed using the system shown in
Fusion-based document retrieval 204: To start, the fusion-based document retrieval task may be formally defined. Let q denote a query and let C denote a corpus of documents. In a fusion-based retrieval setting, query q may be evaluated over corpus C using several different retrieval methods, which may be different and independent of each other. Let ={L1, L2, . . . , Lm} denote a set of m (>1) ranked lists, or “runs”, where each ranked list Li(∈) contains the top-k documents d (E C) with the highest retrieval scores SL
further denote the pool of documents available for fusion.
The fusion-based document retrieval task may utilize information available in so as to derive an (aggregated) positive score F(d;q) for each document d∈; and F(d;q) 0, otherwise. The fusion outcome may therefore be a fused-list LF of the top-k documents in with the highest fusion score F(⋅;q).
Basic fusion methods: Embodiments may use any fusion methods, for example, four common (and basic) fusion methods which may be used to derive an initial fusion score F(⋅;q) for documents in . All four exemplary methods derive F(⋅;q) using document scores (or ranks) as observed within the various lists in . The core principle behind such methods is that, the higher (lower) the score (rank) of a document d∈ is within more lists, the more “relevant” it is assumed to be.
The first two exemplary methods are CombSUM and CombMNZ, which calculate F(⋅;q) using document scores. As a preliminary step, the document scores of each list Li(∈) may be normalized using, for example, sum/0-1 (max-min) normalization in the case of CombSUM/CombMNZ. Let
The CombMNZ score of a given document may be calculated as:
FcombMNZ(d;q)=NZ(d)·FcombMNZ(d;q),
where NZ(d) is the number of lists in that include document d.
The two other exemplary methods are Borda and RRF. Both methods operate similarly to the CombSUM method, yet they utilize document ranks rather than scores, as follows. Let rankL
The RRF score of a given document may be calculated according to its reciprocal ranks, as follows:
Language modeling: Embodiments may utilize language models. For example, language models and basic notations may include:
For a given word w, let c(w,x) denote an occurrence count of the word in a given text x. Let |x|Σw∈xc(w,x) denote the length of text x. Let
denote a Dirichlet-smoothed language model. In embodiments, μ=1000 may be used for smoothed language models.
For a given query q and set of texts X, let PR
is the is the query likelihood according to text x (language model). Finally, given a pair of texts x,y, the textual similarity may be calculated using the KL divergence:
Utilizing Passages for Fusion 206. Embodiments may use alternative methods that incorporate passage-level information during document fusion. For example, each method may basically estimate a refined relevance score for documents in . On each such method, using, for example, a PoolRank approach, the documents maybe re-ranked in according to their refined relevance score. In an embodiment, a first method, termed MaxPsg, may be motivated by previous works that utilized passage-level information for document retrieval. Within this method, each document d∈ may be rescored according to its highest scored (contained) passage g (with respect to q).
In an embodiment, a second method, termed CombMaxPsg, is an extension of MaxPsg, which further considers the relevance-dependent association between a given document and its maximal passage using relevance information induced from the various lists in . In an embodiment, a third method, termed PsgPFF, builds on top of a probabilistic fusion framework (PFF). Within this method, passages contained within each list may be utilized for estimating the relevance-dependent association between pseudo-effective lists, such as lists whose performance is assumed to be effective, and any given document d∈.
MaxPsg. Embodiments may utilize, a simple, yet still effective, way in which more focused information can be leveraged in a fusion setting. In this embodiment, a first method, MaxPsg, may re-score each document d∈ according to the score of the passage g∈d with the highest retrieval score, for example:
where denotes some passage scoring method used to score passages, such as TF-IDF, BM25, Query-likelihood, etc.
CombMaxPsg. In embodiments, MaxPsg may be extended to leverage relevance information induced from the various lists in in order to improve selection of the best passage to be utilized for document scoring. To this end, let R denote the event of relevance and let {circumflex over (p)}(d|q,R) denote the estimation of the likelihood that a given document d∈ is relevant to a given query q. Utilizing the document's passages, this likelihood may be derived as follows:
Here, {circumflex over (p)}(g|q,R) denotes the likelihood that passage g∈d is relevant to q. Assuming that passage g is relevant, {circumflex over (p)}(d|g,R) further models its association with its containing document d, whose relevance may be characterized. Motivated by the MaxPsg approach, as an intermediate step towards the derivation of a second passage-based fusion (scoring) method, the following estimate may be obtained:
To estimate {circumflex over (p)}(d|g,R), relevance information induced from the various lists in may be utilized, as follows:
Here, the association between a (presumably relevant) passage g∈d and its containing document may be (indirectly) estimated by a two-step process. First, the term {circumflex over (p)}(d|Li,R) characterizes the association of such a passage with a given reference list Li(∈). Assuming that such list is effective, for example, contains some relevant information to q, then next, that list's association with the document d itself may be characterized. Using such a two-step process allows to “validate” the association between document d and any of its contained (presumably relevant) passages. The more evidence that may be gained from the various lists, the stronger such an association may be assumed to be.
Next, it may be noted that
(assuming that the priors of both lists in and documents in are uniformly distributed). Putting these two facts back into Eq. 4 and further putting the outcome back into Eq. 3, while further noting that {circumflex over (p)}(g|q,R)∝{circumflex over (p)}(q|g,R){circumflex over (p)}(R|g), yields a second fusion method:
Next, estimation of the various likelihood terms is described. First, for a given passage scoring method , {circumflex over (p)}(q|g,R), may be estimated in the context of d using a normalized score such as
Next, for a given text x∈{g,d}, either a passage or a document, {circumflex over (p)}(Li,R|x) may be estimated according to the information gained by “encoding” the relevance model induced from list Li (∈) using the (smoothed) language-model of text x compared to that of the (unsmoothed) language-model of the background corpus C. Formally:
Finally the term {circumflex over (p)}(R|Li) may be estimated as the entropy of Li's centroid (unsmoothed) language-model according to:
The centroid of a given list may be obtained by simply concatenating the text of its documents.
PsgPFF. In embodiments, a third method may utilize a probabilistic fusion framework (PFF). According to this framework, the relevance likelihood {circumflex over (p)}(d|q,R) of each document d∈ may be estimated as follows:
Here, the term {circumflex over (p)}(Li|q,R) estimates the retrieval quality of a given list Li(∈). Such an estimation is the core task of post-retrieval query performance prediction (QPP) methods, where any such method may be applied, including those that utilize passages.
Similar to the previous method, the term {circumflex over (p)}(d|Li,R) further measures the association of document d (∈) with list Li(∈), assuming the latter is an effective list. Previously, such an association was estimated based on document or document-list level characteristics, such as the document's score SL
Motivated again by the MaxPsg approach, this term may be estimated using a single (“best”) passage as well. Yet, compared to Eq. 2, Eq. 9 is not limited to q, making such an estimation much harder. To overcome this limitation, this estimation may be we heuristically “anchored” to query q, as follows:
{circumflex over (p)}(d|Li,R)≈(gi*;q){circumflex over (p)}(d|gi*,R){circumflex over (p)}(gi*|Li,R), (10)
where
for a given passage scoring method .
Putting back Eq. 10 into Eq. 8 then yields a third fusion method:
To estimate {circumflex over (p)}(gi*|Li,R), it may be noted that, for any passage g the following holds:
Using this fact, {circumflex over (p)}(Li,R|g) may be estimated according to Eq. 6. The term {circumflex over (p)}(R|g) further denotes the general relevance of passage g (independently of a specific query). For a given list Li(∈), this term may be estimated as a (normalized) combination of two sub-terms as
follows:
The entropy of passage g's unsmoothed language model may be defined as:
indicating a preference for more diverse passages. Then
where g·s denotes the start position (in character offsets) of passage g within its containing document. Hence, posBias(g) prefers passages that are located as early as possible within their containing documents.
Finally, for a given passage g, the term {circumflex over (p)}(d|g,R) may be estimated according to the information gained by encoding its (unsmoothed) language model using document d's (smoothed) language model, compared to encoding it with the background (corpus) language model, according to:
Utilizing basic document fusion scores. Embodiments of passage-level scoring methods discussed so far have ignored the original scores assigned to each document d∈ within the various lists in in which they may have appeared. To overcome this limitation, in embodiments, for each document d∈ its basic fusion score F(d;q), such as CombSUM, CombMNZ, etc., may be interpolated with the score derived by any of the embodiments of passage-based fusion methods. To this end, let λ∈[0, 1], then the two scores of a given document d∈ may be combined using a logarithmic-interpolation:
F′M(d;q)F(d;q)λFM(d;q)1−λ (14)
with M∈{MaxPsg,CombMaxPsg,PsgPFF}.
EVALUATION. Datasets and setup. Table 1 summarizes the TREC datasets used in the evaluation, which include the ad-hoc track of TREC3, the Web tracks of TREC9 and TREC10, and the robust track (which utilizes all 250 Robust04 topics) of TREC13.
Fusion performance was assessed using two primary modes of evaluation, namely random and best. In the random mode, on each track, 20 subsets of m=5 runs (rankers) each were randomly sampled; each sampled run included at least 20 documents per each query. In this mode, the report includes the average retrieval quality obtained across the 20 (subset) samples. In the best mode, on each track, the runs of the top-5 best performing systems were used. To this end, systems were ranked according to P@20. Unless specified otherwise, in both evaluation modes, CombMNZ was employed as the underlying basic fusion method of choice. Moreover, the different runs (ranked lists) were combined together using the various evaluated fusion methods.
Fusion-based retrieval performance was evaluated based on the top-20 documents in a given (final) fused-list. Retrieval quality was measured (using TREC's relevance judgments) according to mean average precision (MAP) and NDCG@k (N@k, with k∈{5, 10, 20}). Statistically significant differences in quality were found using the two-tailed paired t-test computed at a 95% confidence level.
Passage-based fusion methods. The instantiation of embodiments of passage-based fusion methods, such as MaxPsg, CombMaxPsg and PsgPFF, etc., requires the extraction of passages from documents in and scoring of the documents according to some method (⋅;q). Unless specified otherwise, passages were extracted from documents using a 500 character-windowing (without overlap) approach and the documents were scored according to query likelihood. Again, unless specified otherwise, interpolation (see Eq. 14) was applied with λ=0.5, assigning an equal importance. Finally, to instantiate PsgPFF, as the default choice of QPP method that estimates {circumflex over (p)}(Li|q,R) (Li∈), we consider the Passage-Information (PI) method, which may be implemented as follows:
Baselines. As a first line baseline, the four (scorebased and rank-based) basic fusion methods, described above, were compared against. As a second line of baselines, three state-of-the-art content-based fusion methods were compared against. Each baseline was instantiated with a given basic fusion method F and used to score all documents in , as follows:
ClustFuse: this method first clusters documents in and obtains clusters (). A document d may then be scored: FClustFuse(d;q)(1−λ)F′(d;q)+λΣc∈Cl{circumflex over (p)}(d|c){circumflex over (p)}(c|q), with λ∈{0, 0.1, . . . , 1}. Here F′(d;q) denotes the (sum) normalized basic fusion score of document d (over ). {circumflex over (p)}(c|q)Πd∈cF(d;q), further normalized over clusters in (). {circumflex over (p)}(d|c)Σd′∈csim(d,d′), further normalized over . Following, a KNN-clustering approach was applied, where each document d∈ and its δ∈{2, 3, 5, 7, 9} nearest neighbors (according to sim(⋅)) formed a cluster.
Manifold: this method uses manifold-based learning (regularized with the basic fusion scores F(q)F(⋅;q)). The Manifold fusion score may be obtained as follows (in a vector form):
Manifold(q)(1−a)(1−aS)−1F(q),
where I is an identity matrix, S=D−1/2WD−1/2 and
Here W is a similarity matrix (with Wijsim(di,dj)), D is a diagonal matrix (with Dij=ΣjWij), and β∈{0, 0.1, 0.2, . . . , 1} is the regularization parameter.
TSPoolRank: this method performs a two-step retrieval. In the first step, documents in are scored according to a PFF fusion score (see Eq. 8), where
The top-l (∈{5, 10, 20}) scored documents in may then be used to derive a pseudo-relevance feedback (PRF) model. Using a PoolRank approach, in the second step, documents in may be re-ranked using the induced PRF model. Such a re-ranking is equivalent to a log-interpolation approach with λ=0.5 (see Eq. 14); but, using the PFF score instead of the Basic fusion score. WIG was used to estimate {circumflex over (p)}(Li,R|d) (see again Eq. 8).
An exemplary block diagram of a computer system 300, in which processes involved in the embodiments described herein may be implemented, is shown in
Input/output circuitry 304 provides the capability to input data to, or output data from, computer system 300. For example, input/output circuitry may include input devices, such as keyboards, mice, touchpads, trackballs, scanners, analog to digital converters, etc., output devices, such as video adapters, monitors, printers, etc., and input/output devices, such as, modems, etc. Network adapter 306 interfaces device 300 with a network 310. Network 310 may be any public or proprietary LAN or WAN, including, but not limited to the Internet.
Memory 308 stores program instructions that are executed by, and data that are used and processed by, CPU 302 to perform the functions of computer system 300. Memory 308 may include, for example, electronic memory devices, such as random-access memory (RAM), read-only memory (ROM), programmable read-only memory (PROM), electrically erasable programmable read-only memory (EEPROM), flash memory, etc., and electro-mechanical memory, such as magnetic disk drives, tape drives, optical disk drives, etc., which may use an integrated drive electronics (IDE) interface, or a variation or enhancement thereof, such as enhanced IDE (EIDE) or ultra-direct memory access (UDMA), or a small computer system interface (SCSI) based interface, or a variation or enhancement thereof, such as fast-SCSI, wide-SCSI, fast and wide-SCSI, etc., or Serial Advanced Technology Attachment (SATA), or a variation or enhancement thereof, or a fiber channel-arbitrated loop (FC-AL) interface.
The contents of memory 308 may vary depending upon the function that computer system 300 is programmed to perform. In the example shown in
In the example shown in
As shown in
The present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention. The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers, and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
These computer readable program instructions may be provided to a processor of a general-purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the blocks may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
Although specific embodiments of the present invention have been described, it will be understood by those of skill in the art that there are other embodiments that are equivalent to the described embodiments. Accordingly, it is to be understood that the invention is not to be limited by the specific illustrated embodiments, but only by the scope of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
20060059138 | Milic-Frayling | Mar 2006 | A1 |
20160132505 | Palmer | May 2016 | A1 |
20170060856 | Turtle et al. | Mar 2017 | A1 |
Entry |
---|
A Probabilistic Fusion Framework written by Yael Anava, CIKM'16 , Oct. 24-28, 2016, Indianapolis, IN, USA, 2016 ACM. ISBN 978-1-4503-4073—Jan. 16, 2010. (Year: 2016). |
Utilizing Passages in Fusion-based Document Retrieval written by Haggai Roitman, ICTIR '19, Oct. 2-5, 2019, Santa Clara, CA, USA, https://dl.acm.org/doi/10.1145/3341981.3344212 (Year: 2019). |
Eilon Sheetrit et al., “Learning to Rank Documents by Learning to Rank Passages”, Apr. 16, 2018. |
Anna Khudyak Kozorovitsky et al., “From “Identical” to “Similar”: Fusing Retrieved Lists Based on Inter-Document Similarities”, Journal of Artificial Intelligence Research 41, 2011, pp. 267-296. |
Nouha Othman et al., “A relevant passage retrieval and re-ranking approach for open-domain Question Answering”, ResearchGate, Jan. 2016. |
Lyndon Kennedy et al., “Query-Adaptive Fusion for Multimodal Search”, Proceedings of the IEEE, Apr. 2008, vol. 96, Issue: 4. |
Michael Bendersky et al., “Utilizing Passage-Based Language Models for Document Retrieval”, ECIR'08 Proceedings of the IR research, 30th European conference on Advances in information retrieval, 2008, pp. 162-174. |
Number | Date | Country | |
---|---|---|---|
20210133199 A1 | May 2021 | US |