Skip to content

.Net: refactor : SummarizeConversation #6719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2024
Merged

.Net: refactor : SummarizeConversation #6719

merged 2 commits into from
Jun 19, 2024

Conversation

Dong-Ruipeng
Copy link
Contributor

Maintain consistency in language summarization

Motivation and Context

  1. Why is this change required?
    This change is required to address the issue of inconsistent language summarization. The previous implementation
    defaulted to English summaries regardless of the original language of the conversation, which could lead to confusion and
    loss of meaning.
  2. What problem does it solve?
    It solves the problem where non-English conversations were incorrectly summarized in English, leading to potential
    misinterpretation of the summarized content.
  3. What scenario does it contribute to?
    This change contributes to scenarios where users engage in conversations in various languages and expect summaries in
    the same language, enhancing the user experience and accuracy of the summaries.
  4. If it fixes an open issue, please link to the issue here.

Description

This change contributes to scenarios where users engage in conversations in various languages and expect summaries in the same language, enhancing the user experience and accuracy of the summaries.

Contribution Checklist

Maintain consistency in language summarization
@Dong-Ruipeng Dong-Ruipeng requested a review from a team as a code owner June 16, 2024 16:20
@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Jun 16, 2024
@github-actions github-actions bot changed the title refactor : SummarizeConversation .Net: refactor : SummarizeConversation Jun 16, 2024
@dmytrostruk dmytrostruk enabled auto-merge June 18, 2024 18:51
@dmytrostruk dmytrostruk added this pull request to the merge queue Jun 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 19, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Jun 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 19, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Jun 19, 2024
Merged via the queue into microsoft:main with commit 6095819 Jun 19, 2024
15 checks passed
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
Maintain consistency in language summarization

### Motivation and Context

  1. Why is this change required?
This change is required to address the issue of inconsistent language
summarization. The previous implementation
defaulted to English summaries regardless of the original language of
the conversation, which could lead to confusion and
      loss of  meaning.
  2. What problem does it solve?
It solves the problem where non-English conversations were incorrectly
summarized in English, leading to potential
     misinterpretation of the summarized content.
  3. What scenario does it contribute to?
This change contributes to scenarios where users engage in conversations
in various languages and expect summaries in
the same language, enhancing the user experience and accuracy of the
summaries.
  4. If it fixes an open issue, please link to the issue here.

### Description
This change contributes to scenarios where users engage in conversations
in various languages and expect summaries in the same language,
enhancing the user experience and accuracy of the summaries.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants