{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/one-prompt-to-rule-them-all-llms-for-opinion","title":"One Prompt To Rule Them All: LLMs for Opinion Summary Evaluation","arxiv_id":"2402.11683","date":"2024-02-18","proceeding":null,"authors":["Tejpalsingh Siledar","Swaroop Nath","Sankara Sri Raghava Ravindra Muddu","Rupasai Rangaraju","Swaprava Nath","Pushpak Bhattacharyya","Suman Banerjee","Amey Patil","Sudhanshu Shekhar Singh","Muthusamy Chelliah","Nikesh Garera"],"abstract":"Evaluation of opinion summaries using conventional reference-based metrics rarely provides a holistic evaluation and has been shown to have a relatively low correlation with human judgments. Recent studies suggest using Large Language Models (LLMs) as reference-free metrics for NLG evaluation, however, they remain unexplored for opinion summary evaluation. Moreover, limited opinion summary evaluation datasets inhibit progress. To address this, we release the SUMMEVAL-OP dataset covering 7 dimensions related to the evaluation of opinion summaries: fluency, coherence, relevance, faithfulness, aspect coverage, sentiment consistency, and specificity. We investigate Op-I-Prompt a dimension-independent prompt, and Op-Prompts, a dimension-dependent set of prompts for opinion summary evaluation. Experiments indicate that Op-I-Prompt emerges as a good alternative for evaluating opinion summaries achieving an average Spearman correlation of 0.70 with humans, outperforming all previous approaches. To the best of our knowledge, we are the first to investigate LLMs as evaluators on both closed-source and open-source models in the opinion summarization domain.","url_abs":"https://arxiv.org/abs/2402.11683v2","url_pdf":"https://arxiv.org/pdf/2402.11683v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"one-prompt-to-rule-them-all-llms-for-opinion","repo_url":"https://github.com/tjsiledar/summeval-op","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"all","task_name":"All"},{"task_slug":"opinion-summarization","task_name":"Opinion Summarization"},{"task_slug":"specificity","task_name":"Specificity"},{"task_slug":"nlg-evaluation","task_name":"nlg evaluation"}],"methods":[{"method_slug":"set","method_name":"SET"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2402.11683","atlas_url":"https://app.syntology.ai/?focus=2402.11683","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2402.11683"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/tjsiledar/SummEval-OP","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":5},"by_repo_kind":{"official":{"samples":5,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"a09f1d2d5625b3c4","entry":"convert_ast","repo":"tjsiledar/SummEval-OP","repo_kind":"official","path":"code/compute_correlation.py","file_url":"https://github.com/tjsiledar/SummEval-OP/blob/HEAD/code/compute_correlation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a09f1d2d5625b3c4"}},{"code_sha256_prefix":"462312c0339acd23","entry":"extract_scores","repo":"tjsiledar/SummEval-OP","repo_kind":"official","path":"code/efficient-evaluator-v2.py","file_url":"https://github.com/tjsiledar/SummEval-OP/blob/HEAD/code/efficient-evaluator-v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"462312c0339acd23"}},{"code_sha256_prefix":"f55db2ffc45ecfd2","entry":"extract_text","repo":"tjsiledar/SummEval-OP","repo_kind":"official","path":"code/efficient-evaluator-v2.py","file_url":"https://github.com/tjsiledar/SummEval-OP/blob/HEAD/code/efficient-evaluator-v2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f55db2ffc45ecfd2"}},{"code_sha256_prefix":"96e703950dc09e13","entry":"frequency_calculation","repo":"tjsiledar/SummEval-OP","repo_kind":"official","path":"code/compute_correlation.py","file_url":"https://github.com/tjsiledar/SummEval-OP/blob/HEAD/code/compute_correlation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"96e703950dc09e13"}},{"code_sha256_prefix":"b38fef96c251b1de","entry":"probability_calculation","repo":"tjsiledar/SummEval-OP","repo_kind":"official","path":"code/compute_correlation.py","file_url":"https://github.com/tjsiledar/SummEval-OP/blob/HEAD/code/compute_correlation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b38fef96c251b1de"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}