Websites
Document Processing
Deep Research
LLM Papers
- Large Language Models (LLMs) on Tabular Data: Prediction, Generation, and Understanding - A Survey
- About excel/csv cleaning
- About Table Serialization, Row-wise Serialization, Attribute-Value Pairing
- Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models
- Measuring and Narrowing the Compositionality Gap in Language Models
- 2022, ReAct: Synergizing Reasoning and Acting in Language Models
- 2023, Generative Agents: Interactive Simulacra of Human Behavior
- About Long Term Memory, Generative Agent (Memory)
- 2023, Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection
- Self-RAG
- Reflection Tokens
- Retrieve (need for retrieval)
- Retrieve: when to retrieve X
- Critique (generation quality)
- IsREL (relevant): X provides useful info to solve Y
- IsSUP (supported): all verification-worth statement in X is supported by Y
- IsUSE (useful): X is useful response to Y
- https://selfrag.github.io/
- https://github.com/SauravP97/AI-Engineering-101/tree/main/self-rag
- https://github.com/AkariAsai/self-rag
- 2024, The Prompt Report: A Systematic Survey of Prompt Engineering Techniques
- Over 58 different types of Prompting Technique?
- 2024, Corrective Retrieval Augmented Generation
- CRAG
- Correct
- Incorrect
- Ambiguous
- Langchain example: https://github.com/langchain-ai/langgraph/blob/main/examples/rag/langgraph_crag.ipynb?ref=blog.langchain.com
- SauravP97 on Corrective RAG: https://github.com/SauravP97/AI-Engineering-101/tree/main/corrective-rag