themefinder 0.4.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of themefinder might be problematic. Click here for more details.
- {themefinder-0.4.1 → themefinder-0.5.2}/PKG-INFO +1 -1
- {themefinder-0.4.1 → themefinder-0.5.2}/pyproject.toml +1 -1
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/core.py +2 -2
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/llm_batch_processor.py +1 -2
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/sentiment_analysis.txt +3 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/theme_mapping.txt +4 -1
- {themefinder-0.4.1 → themefinder-0.5.2}/LICENCE +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/README.md +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/__init__.py +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/consultation_system_prompt.txt +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/theme_condensation.txt +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/theme_generation.txt +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/theme_refinement.txt +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/theme_target_alignment.txt +0 -0
- {themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/themefinder_logging.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "themefinder"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.5.2"
|
|
4
4
|
description = "A topic modelling Python package designed for analysing one-to-many question-answer data eg free-text survey responses."
|
|
5
5
|
authors = ["i.AI <packages@cabinetoffice.gov.uk>"]
|
|
6
6
|
packages = [{include = "themefinder", from = "src"}]
|
|
@@ -106,7 +106,7 @@ async def sentiment_analysis(
|
|
|
106
106
|
responses_df: pd.DataFrame,
|
|
107
107
|
llm: Runnable,
|
|
108
108
|
question: str,
|
|
109
|
-
batch_size: int =
|
|
109
|
+
batch_size: int = 20,
|
|
110
110
|
prompt_template: str | Path | PromptTemplate = "sentiment_analysis",
|
|
111
111
|
system_prompt: str = CONSULTATION_SYSTEM_PROMPT,
|
|
112
112
|
) -> pd.DataFrame:
|
|
@@ -121,7 +121,7 @@ async def sentiment_analysis(
|
|
|
121
121
|
llm (Runnable): Language model instance to use for sentiment analysis.
|
|
122
122
|
question (str): The survey question.
|
|
123
123
|
batch_size (int, optional): Number of responses to process in each batch.
|
|
124
|
-
Defaults to
|
|
124
|
+
Defaults to 20.
|
|
125
125
|
prompt_template (str | Path | PromptTemplate, optional): Template for structuring
|
|
126
126
|
the prompt to the LLM. Can be a string identifier, path to template file,
|
|
127
127
|
or PromptTemplate instance. Defaults to "sentiment_analysis".
|
|
@@ -174,7 +174,6 @@ def generate_prompts(
|
|
|
174
174
|
to the prompt template as the 'responses' variable.
|
|
175
175
|
"""
|
|
176
176
|
batched_prompts = []
|
|
177
|
-
|
|
178
177
|
for df in response_dfs:
|
|
179
178
|
prompt = prompt_template.format(
|
|
180
179
|
responses=df.to_dict(orient="records"), **kwargs
|
|
@@ -275,7 +274,7 @@ def check_response_integrity(
|
|
|
275
274
|
if returned_ids_set != response_ids_set:
|
|
276
275
|
logger.info("Failed integrity check")
|
|
277
276
|
logger.info(
|
|
278
|
-
f"Present in original but not returned from LLM: {response_ids_set - returned_ids_set}. Returned in LLM but not present in original: {returned_ids_set -response_ids_set}"
|
|
277
|
+
f"Present in original but not returned from LLM: {response_ids_set - returned_ids_set}. Returned in LLM but not present in original: {returned_ids_set - response_ids_set}"
|
|
279
278
|
)
|
|
280
279
|
return False
|
|
281
280
|
return True
|
|
@@ -20,6 +20,9 @@ The final output should be in the following JSON format:
|
|
|
20
20
|
...
|
|
21
21
|
]}}
|
|
22
22
|
|
|
23
|
+
You MUST include every response ID in the output.
|
|
24
|
+
If the response can not be labelled return empty sections where appropriate but you MUST return an entry
|
|
25
|
+
with the correct response ID for each input object
|
|
23
26
|
|
|
24
27
|
## EXAMPLE
|
|
25
28
|
Example 1:
|
|
@@ -10,7 +10,7 @@ You will be given:
|
|
|
10
10
|
{{'response_id': 'free text response'}}
|
|
11
11
|
|
|
12
12
|
Your task is to analyze each response and decide which topics are present. Guidelines:
|
|
13
|
-
- You can only assign a response to a topic in the provided TOPIC LIST
|
|
13
|
+
- You can only assign to a response to a topic in the provided TOPIC LIST
|
|
14
14
|
- A response doesn't need to exactly match the language used in the TOPIC LIST, it should be considered a match if it expresses a similar sentiment.
|
|
15
15
|
- You must use the alphabetic 'topic_id' to indicate which topic you have assigned.
|
|
16
16
|
- Each response can be assigned to multiple topics if it matches more than one topic from the TOPIC LIST.
|
|
@@ -20,6 +20,9 @@ Your task is to analyze each response and decide which topics are present. Guide
|
|
|
20
20
|
- If a response contains both positive and negative statements about a topic within the same response, choose the stance that receives more emphasis or appears more central to the argument
|
|
21
21
|
- The order of reasons and stances must align with the order of labels (e.g., stance_a applies to topic_a)
|
|
22
22
|
|
|
23
|
+
You MUST include every response ID in the output.
|
|
24
|
+
If the response can not be labelled return empty sections where appropriate but you MUST return an entry
|
|
25
|
+
with the correct response ID for each input object
|
|
23
26
|
|
|
24
27
|
The final output should be in the following JSON format:
|
|
25
28
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{themefinder-0.4.1 → themefinder-0.5.2}/src/themefinder/prompts/consultation_system_prompt.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|