Spaces:
Runtime error
Runtime error
| # metrics = ['relevance_detailed', 'uniqueness_detailed', 'subjcount_detailed', 'follow_detailed', 'simple_wordpos', 'simple_pos', 'influence_detailed', 'subjective_score', 'diversity_detailed', 'simple_word', 'subjpos_detailed'] | |
| columns = ['Method', 'Word', 'Position', 'WordPos Overall', 'Rel.', 'Infl.', 'Unique', 'Div.', 'FollowUp', 'Pos.', 'Count', 'Subjective Average', 'source'] | |
| metric_dict = { | |
| 'Word': 'simple_word', | |
| 'Position': 'simple_pos', | |
| 'WordPos Overall': 'simple_wordpos', | |
| 'Rel.': 'relevance_detailed', | |
| 'Infl.': 'influence_detailed', | |
| 'Unique': 'uniqueness_detailed', | |
| 'Div.': 'diversity_detailed', | |
| 'FollowUp': 'follow_detailed', | |
| 'Pos.': 'subjpos_detailed', | |
| 'Count': 'subjcount_detailed', | |
| 'Subjective Average': 'subjective_score', | |
| } | |
| tags = { | |
| "Difficulty Level": ["Simple", "Intermediate", "Complex", "Multi-faceted", "Open-ended", 'any'], | |
| "Nature of Query": ["Informational", "Navigational", "Transactional", "Debate", "Opinion", "Comparison", "Instructional", "Descriptive", "Predictive", 'any'], | |
| "Sensitivity": ["Sensitive", "Non-sensitive",'any'], | |
| "Genre": [ | |
| "๐ญ Arts and Entertainment", "๐ Autos and Vehicles", "๐ Beauty and Fitness", "๐ Books and Literature", "๐ข Business and Industrial", | |
| "๐ป Computers and Electronics", "๐ฐ Finance", "๐ Food and Drink", "๐ฎ Games", "๐ฅ Health", "๐จ Hobbies and Leisure", "๐ก Home and Garden", | |
| "๐ Internet and Telecom", "๐ Jobs and Education", "๐๏ธ Law and Government", "๐ฐ News", "๐ฌ Online Communities", "๐ซ People and Society", | |
| "๐พ Pets and Animals", "๐ก Real Estate", "๐ Reference", "๐ฌ Science", "๐ Shopping", "โฝ Sports", "โ๏ธ Travel",'any' | |
| ], | |
| "Specific Topics": ["Physics", "Chemistry", "Biology", "Mathematics", "Computer Science", "Economics", 'any'], | |
| "User Intent": ["๐ Research", "๐ฐ Purchase", "๐ Entertainment", "๐ Learning", "๐ Comparison", 'any'], | |
| "Answer Type": ["Fact", "Opinion", "List", "Explanation", "Guide", "Comparison", "Prediction", 'any'], | |
| } | |