-
It would be interesting to compare evaluation capabilities of LLMs to COMET and human evaluation.
See the paper:
[Large Language Models Are State-of-the-Art Evaluators of Translation Quality](htt…
-
Hello,
Thank you very much for open-sourcing this project! I am currently researching tools that utilize LLMs for XPath extraction and came across your project, llm-xpath. It looks very interesting…
-
### 🚀 The feature, motivation and pitch
Let's build an example demo app, perhaps in pytorch-labs, which will become a forcing function to improve developer experience from a user perspective. A pos…
-
**Submitting author:** @souradipp76 (Souradip Pal)
**Repository:** https://github.com/souradipp76/ReadMeReady
**Branch with paper.md** (empty if default branch): main
**Version:** v1.1.0
**Editor:** @…
-
I am very exited by the idea of text to gql and would love to implement it for my organization. The context to send a long is pretty big though. This I’d love the option to use a local llama instance …
-
-
**과제: 자연어 처리 (NLP) 기법 실습**
텍스트 생성 및 번역
임의의 문장을 작성하고, 이를 다른 언어로 번역해 보세요. (예: "오늘 날씨가 참 좋네요"를 영어로 번역).
문장 스타일 변환을 사용하여 캐주얼한 문장을 공식적인 톤으로 변경해 보세요.
예: "너 정말 잘했어!" ➔ "당신의 성과는 매우 인상적입니다."
요약
긴 문장을 간단하…
-
in the paper "KAG: Boosting LLMs in Professional Domains via Knowledge Augmented Generation", there is an application part about KAG for E-government in 4.1, but i don't found any code about this, can…
-
Hello, there is only
GPT-4o
GPT-4o Mini
Claude 3.5 Sonnet
LLama 3.1 405B
These four models have passed the test of this project, and the other LangChain chat models have not been tested, right? I…
-
Many LLMs are trained with bf16, if we want to use the hidden states of LLMs for retrieval, those vectors will be in bf16 dtype. It would be helpful to support bf16 in Faiss so that we can use LLMs as…