Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DelaramRajaei authored Jul 30, 2024
1 parent a5b848d commit e5577fb
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,16 @@ The objective of query refinement is to produce a set of potential candidate que
Here is the list of queries:
| **Expander** | **Category** | **Analyze type** |
|--- |:---: |:---: |
| [adaponfields] | Top_Documents | Local |
| [anchor] | Anchor_Text | Global |
| [backtranslation](#Backtranslation) | Machine_Translation | Global |
| [bertqe] | Top_Documents | Local |
| [conceptluster] | Concept_Clustering | Local |
| [conceptnet] | Semantic_Analysis | Global |
| [docluster] | Document_Summaries | Local |
| [glove] | Semantic_Analysis | Global |
| [onfields] | Top_Documents | Local |
| [relevancefeedback] | Top_Documents | Local |
| [rm3] | Top_Documents | Local |
| [sensedisambiguation] | Semantic_Analysis | Global |
| [stem.krovetz] | Stemming_Analysis | Global |
| [stem.lovins] | Stemming_Analysis | Global |
| [stem.paicehusk] | Stemming_Analysis | Global |
| [stem.porter] | Stemming_Analysis | Global |
| [stem.sstemmer] | Stemming_Analysis | Global |
| [stem.trunc] | Stemming_Analysis | Global |
| [tagmee] | Wikipedia | Global |
| [termluster] | Term_Clustering | Local |
| [thesaurus] | Semantic_Analysis | Global |
| [wiki] | Wikipedia | Global |
| [word2vec] | Semantic_Analysis | Global |
| [wordnet] | Semantic_Analysis | Global |
| [tagmee](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#tagmee) | Wikipedia | Global |
| [stemmers](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#stemmers) | Stemming_Analysis | Global |
| [semantic](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#semantic-refiners) | Semantic_Analysis | Global |
| [sensedisambiguation](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#sense-disambiguation) | Semantic_Analysis | Global |
| [embedding-based](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#embedding-based-methods) | Semantic_Analysis | Global |
| [anchor](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#anchor) | Anchor_Text | Global |
| [wiki](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#wiki) | Wikipedia | Global |
| [relevance-feedback](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#relevance-feedback) | Top_Documents | Local |
| [bertqe](https://github.com/fani-lab/RePair/blob/nqlb/src/refinement/refiners/README.md#bertqe) | Top_Documents | Local |

# Backtranslation
Back translation, also known as reverse translation or dual translation, involves translating content, whether it is a query or paragraph, from one language to another and retranslating it to the original language. This method provides several options for the owner to make a decision that makes the most sense based on the task at hand.
Expand Down

0 comments on commit e5577fb

Please sign in to comment.